UsedSpace 속성
Gets the amount of used space in the data file in KB.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property UsedSpace As Double
Get
‘사용 방법
Dim instance As DataFile
Dim value As Double
value = instance.UsedSpace
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public double UsedSpace { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property double UsedSpace {
double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member UsedSpace : float
function get UsedSpace () : double
속성 값
유형: System. . :: . .Double
A Float64 value that specifies the amount of used space in the data file in KB.