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.