Compartir a través de


BackupSet.BackupSize Propiedad

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.

Vea también

Referencia

BackupSet Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo