BackupInfo 멤버

Stores the information necessary to back up a Microsoft SQL Server 2005 Analysis Services(SSAS) database to a backup file. This class cannot be inherited.

BackupInfo 형식은 다음 멤버를 노출합니다.

생성자

  이름 설명
공용 메서드 BackupInfo() () () () Initializes a new instance of the BackupInfo class using the default values.
공용 메서드 BackupInfo(String) Initializes a new instance of the BackupInfo class using the file name to backup to.
공용 메서드 BackupInfo(String, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite information is allowed.
공용 메서드 BackupInfo(String, Boolean, Boolean) Initializes a new instance of the BackupInfo class using a file name, and indicates whether overwrite and backup of remote partitions are allowed.
공용 메서드 BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] []) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, and specifies the locations for the backup to be stored.
공용 메서드 BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, and indicates whether compression is applied.
공용 메서드 BackupInfo(String, Boolean, Boolean, array<BackupLocation> [] () [] [], Boolean, String) Initializes a new instance of the BackupInfo class using a file name, indicates whether overwrite and backup of remote partitions are allowed, specifies the location for the backup to be stored, indicates whether compression is applied, and specifies a password.

맨 위로 이동

메서드

  이름 설명
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (Object에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 AllowOverwrite Gets or sets the property indicating whether the destination files can be overwritten during backup.
공용 속성 ApplyCompression Gets or sets property that indicates whether the backup will be compressed or not.
공용 속성 BackupRemotePartitions Gets or sets property that indicates whether remote partitions will be backed up or not.
공용 속성 File Gets or sets the name of the file to back up to.
공용 속성 Locations Gets or sets the locations where the backup will be stored.
공용 속성 Password Gets or sets the password to be used with backup file encryption.

맨 위로 이동