Size 属性

Gets the size of the miscellaneous file.

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

语法

声明
Public ReadOnly Property Size As Long
    Get
用法
Dim instance As FileExtraSource
Dim value As Long

value = instance.Size
public long Size { get; }
public:
virtual property long long Size {
    long long get () sealed;
}
abstract Size : int64
override Size : int64
final function get Size () : long

属性值

类型:System. . :: . .Int64
A Long value that specifies the size of the file.

实现

ISizeItem. . :: . .Size