Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Property Value
Type: System.Decimal
The size of the compressed backup.