Partilhar via


Propriedade do RDL BackupSet.BackupSetType

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property BackupSetType As BackupSetType 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo