Compartilhar via


Propriedade do RDL BackupSet.CompressedBackupSize

Gets the total byte count of the backup stored on disk.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property CompressedBackupSize As Decimal 
    Get
'Uso
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

Valor da propriedade

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

Consulte também

Referência

BackupSet Classe

Namespace Microsoft.SqlServer.Management.Smo