BackupSet 类

Represents the backup set.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Smo.BackupSet

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public NotInheritable Class BackupSet
用法
Dim instance As BackupSet
public sealed class BackupSet
public ref class BackupSet sealed
[<SealedAttribute>]
type BackupSet =  class end
public final class BackupSet

BackupSet 类型公开以下成员。

属性

  名称 说明
公共属性 BackupFinishDate Gets the date and time the backup operation finished.
公共属性 BackupMediaSet Gets the backup media set.
公共属性 BackupSetGuid Gets the unique backup set identification number that identifies the backup set.
公共属性 BackupSetType Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.
公共属性 BackupSize Gets the size of the backup set, in bytes.
公共属性 BackupStartDate Gets the date and time when the backup operation started.
公共属性 BeginsLogChain Gets a value that indicates whether the backup set is the first in a continuous chain of log backups.
公共属性 CheckpointLsn Gets the log sequence number of the log record where redo must start.
公共属性 CompressedBackupSize Gets the total byte count of the backup stored on disk.
公共属性 DatabaseBackupLsn Gets the log sequence number of the most recent full database backup.
公共属性 DatabaseGuid Gets the unique ID of the database where the backup was taken.
公共属性 DatabaseName Gets the name of the database involved in the backup operation.
公共属性 Description Gets the description of the backup set.
公共属性 DifferentialBaseGuid Gets the unique identifier of the differential base for a single-based differential backup.
公共属性 DifferentialBaseLsn Gets the base log sequence number for differential backups.
公共属性 ExpirationDate Gets the date and time the backup set expires.
公共属性 FamilyGuid Unique ID of the original database at creation.
公共属性 FirstLsn Gets the log sequence number of the first or oldest log record in the backup set.
公共属性 FirstRecoveryForkID Gets the ID of the starting recovery fork.
公共属性 ForkPointLsn Gets the log sequence number of the fork point, if FirstRecoveryForkID is not equal to last RecoveryForkID.
公共属性 HasBulkLoggedData Gets a value that indicates whether the backup contains bulk-logged data.
公共属性 HasIncompleteMetaData Gets a value that indicates whether the backup is a tail log backup with incomplete metadata.
公共属性 IsCopyOnly Gets a value that indicates whether the backup set is copy-only.
公共属性 IsDamaged Gets a value that indicates whether damage to the database was detected when this backup was created, and the backup operation was requested to continue despite errors.
公共属性 IsForceOffline Gets a value that indicates whether the database was offline when the backup was taken.
公共属性 IsReadOnly Gets a value that indicates whether the database was read-only at the time of backup.
公共属性 IsSnapshot Gets a value that indicates whether the backup was taken using the SNAPSHOT option.
公共属性 LastLsn Gets the log sequence number of the next log record after the backup set.
公共属性 MachineName Gets the name of the computer where the backup was taken.
公共属性 Name Gets name of the backup set.
公共属性 Position Gets the backup set position used in the restore operation to locate the position of appropriate backup set in the file.
公共属性 RecoveryForkID Gets the ID of the ending recovery fork.
公共属性 ServerName Gets the name of the server where the backup was taken.
公共属性 ServerVersion Gets the Microsoft SQL Server version where the backup was taken.
公共属性 SoftwareVendorId Gets the identification number of the software vendor writing the backup media header.
公共属性 UserName Gets the name of the user who performed the backup operation.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 Verify Verifies the backup set.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间