다음을 통해 공유


AvailableSpace 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property AvailableSpace As Double
    Get
‘사용 방법
Dim instance As DataFile
Dim value As Double

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

속성 값

형식: System. . :: . .Double
A Float64 value that specifies the available space in KB.