Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the total byte count of the backup stored on disk.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property CompressedBackupSize As Decimal
Get
'Usage
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
Eigenschaftswert
Typ: System.Decimal
The size of the compressed backup.