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.