Size 屬性
Gets the size, in kilobytes, of the item implementing the ISizeItem interface.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
ReadOnly Property Size As Long
Get
'用途
Dim instance As ISizeItem
Dim value As Long
value = instance.Size
long Size { get; }
property long long Size {
long long get ();
}
abstract Size : int64
function get Size () : long
屬性值
型別:System. . :: . .Int64
A Long value that specifies the size of the item.