C# 클래스 DBreeze.Storage.BackupRestorer

Access to Database restoration from incremental backups.
파일 보기 프로젝트 열기: hhblaze/DBreeze 1 사용 예제들

공개 메소드들

메소드 설명
BackupRestorer ( ) : System
StartRestoration ( ) : void

Starts backup restore routine

비공개 메소드들

메소드 설명
CloseHandels ( ) : void
DoPackage ( byte pack ) : void
GetFileStream ( string fileName ) : FileStream

메소드 상세

BackupRestorer() 공개 메소드

public BackupRestorer ( ) : System
리턴 System

StartRestoration() 공개 메소드

Starts backup restore routine
public StartRestoration ( ) : void
리턴 void