AvailableSpace 属性

Gets the amount of available space in the data file in KB.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property AvailableSpace As Double
    Get
用法
Dim instance As DataFile
Dim value As Double

value = instance.AvailableSpace
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double AvailableSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double AvailableSpace {
    double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member AvailableSpace : float
function get AvailableSpace () : double

属性值

类型:System. . :: . .Double
A Float64 value that specifies the available space in KB.