共用方式為


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