Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.