Compartir a través de


BackupSet.BackupSetType Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo