Share via


BackupSet.BackupSetType-Eigenschaft

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

Eigenschaftswert

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

Siehe auch

Verweis

BackupSet Klasse

Microsoft.SqlServer.Management.Smo-Namespace