Compartir a través de


ISqlSpecifiesIndex.IsClustered (Propiedad)

Obtiene o establece un valor que indica si este es un índice agrupado.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property IsClustered As Boolean
    Get
    Set
bool IsClustered { get; set; }
property bool IsClustered {
    bool get ();
    void set (bool value);
}
abstract IsClustered : bool with get, set
function get IsClustered () : boolean
function set IsClustered (value : boolean)

Valor de propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISqlSpecifiesIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)