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 size of the backup set, in bytes.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property BackupSize As Decimal
Get
'Uso
Dim instance As BackupSet
Dim value As Decimal
value = instance.BackupSize
public decimal BackupSize { get; }
public:
property Decimal BackupSize {
Decimal get ();
}
member BackupSize : decimal
function get BackupSize () : decimal
Valor de la propiedad
Tipo: System.Decimal
The size of the backup set.