Propriété PadIndex
Gets a value that indicates whether space is left open on each page of the intermediate levels of the index.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property PadIndex As Boolean
Get
'Utilisation
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.PadIndex
bool PadIndex { get; }
property bool PadIndex {
bool get ();
}
abstract PadIndex : bool
function get PadIndex () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the index is padded; otherwise, false.