Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.