Propriété BackupSet.BackupSetType

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property BackupSetType As BackupSetType 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo