BackupSet.BackupSetType 属性

Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.

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

语法

声明
Public ReadOnly Property BackupSetType As BackupSetType 
    Get
用法
Dim instance As BackupSet 
Dim value As BackupSetType 

value = instance.BackupSetType
public BackupSetType BackupSetType { get; }
public:
property BackupSetType BackupSetType {
    BackupSetType get ();
}
member BackupSetType : BackupSetType
function get BackupSetType () : BackupSetType

属性值

类型:Microsoft.SqlServer.Management.Smo.BackupSetType
The type of the backup set.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间