DataSpaceUsed 屬性
Gets the amount of storage space used by the miscellaneous file collection.
命名空間: Microsoft.SqlServer.Management.Dac
組件: Microsoft.SqlServer.Management.Dac (在 Microsoft.SqlServer.Management.Dac.dll 中)
語法
'宣告
Public ReadOnly Property DataSpaceUsed As Long
Get
'用途
Dim instance As MiscellaneousFilesCollection
Dim value As Long
value = instance.DataSpaceUsed
public long DataSpaceUsed { get; }
public:
property long long DataSpaceUsed {
long long get ();
}
member DataSpaceUsed : int64
function get DataSpaceUsed () : long
屬性值
型別:System. . :: . .Int64
A Long value specifying the available amount of storage space used by the MiscellaneousFilesCollection in bytes.