Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the backup set type whose value can be Database, Differential, Log, FileOrFilegroup.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property BackupSetType As BackupSetType
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.BackupSetType
The type of the backup set.