Propriété BackupSet.CompressedBackupSize

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property CompressedBackupSize As Decimal 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

BackupSet Classe

Espace de noms Microsoft.SqlServer.Management.Smo