Proprietà BackupSet.CompressedBackupSize
Gets the total byte count of the backup stored on disk.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property CompressedBackupSize As Decimal
Get
'Utilizzo
Dim instance As BackupSet
Dim value As Decimal
value = instance.CompressedBackupSize
public decimal CompressedBackupSize { get; }
public:
property Decimal CompressedBackupSize {
Decimal get ();
}
member CompressedBackupSize : decimal
function get CompressedBackupSize () : decimal
Valore proprietà
Tipo: System.Decimal
The size of the compressed backup.