Partager via


SpaceUsed propriété

Gets or sets the disk space used to store the index data in kilobytes.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute(SfcPropertyFlags.Expensive)> _
Public ReadOnly Property SpaceUsed As Double
    Get
'Utilisation
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

Valeur de la propriété

Type : System. . :: . .Double
An Int64 value that specifies the space used, in KB.

Notes

[!REMARQUE]

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.