BackupSet.CompressedBackupSize 属性
Gets the total byte count of the backup stored on disk.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property CompressedBackupSize As Decimal
Get
用法
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
属性值
类型:System.Decimal
The size of the compressed backup.