SpaceUsed 속성
Gets or sets the disk space used to store the index data in kilobytes.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property SpaceUsed As Double
Get
‘사용 방법
Dim instance As Index
Dim value As Double
value = instance.SpaceUsed
[SfcPropertyAttribute(SfcPropertyFlags.Expensive)]
public double SpaceUsed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Expensive)]
public:
property double SpaceUsed {
double get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Expensive)>]
member SpaceUsed : float
function get SpaceUsed () : double
속성 값
형식: System. . :: . .Double
An Int64 value that specifies the space used, in KB.
주의
[!참고]
For indexes based on the UserDefinedTableType object the value of SpaceUsed property is zero. Also, if setting the property issues a dbcc command it will not be executed.