DataSpaceAvailable 属性

Gets the amount of storage space available for the miscellaneous file collection.

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

语法

声明
Public ReadOnly Property DataSpaceAvailable As Long
    Get
用法
Dim instance As MiscellaneousFilesCollection
Dim value As Long

value = instance.DataSpaceAvailable
public long DataSpaceAvailable { get; }
public:
property long long DataSpaceAvailable {
    long long get ();
}
member DataSpaceAvailable : int64
function get DataSpaceAvailable () : long

属性值

类型:System. . :: . .Int64
A Long value specifying the available amount of storage space available to the MiscellaneousFilesCollection in bytes.