Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.