IsClustered Propiedad
Gets a value that indicates whether the index is clustered.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property IsClustered As Boolean
Get
'Uso
Dim instance As IRelationalIndex
Dim value As Boolean
value = instance.IsClustered
bool IsClustered { get; }
property bool IsClustered {
bool get ();
}
abstract IsClustered : bool
function get IsClustered () : boolean
Valor de la propiedad
Tipo: System. . :: . .Boolean
true if the index is clustered; otherwise, false.
Vea también