BackupSet.BackupSize 属性

Gets the size of the backup set, in bytes.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property BackupSize As Decimal 
    Get
用法
Dim instance As BackupSet 
Dim value As Decimal 

value = instance.BackupSize
public decimal BackupSize { get; }
public:
property Decimal BackupSize {
    Decimal get ();
}
member BackupSize : decimal
function get BackupSize () : decimal

属性值

类型:System.Decimal
The size of the backup set.

请参阅

参考

BackupSet 类

Microsoft.SqlServer.Management.Smo 命名空间