Partager via


ISql100TableTypeUniqueConstraint.IsClustered, propriété

Obtient ou définit une valeur qui indique si l'index unique est en cluster.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql100TableTypeUniqueConstraint Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms