Condividi tramite


Proprietà BackupSet.BackupSize

Gets the size of the backup set, in bytes.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property BackupSize As Decimal 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Decimal
The size of the backup set.

Vedere anche

Riferimento

BackupSet Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo