Partager via


ISql90XmlIndex.IsPrimary, propriété

Obtient ou définit une valeur qui indique si un index cluster est créé à l'aide de la clé en cluster formée à partir de la clé de clustering de la table utilisateur et d'un identificateur de nœud XML.

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

Syntaxe

'Déclaration
Property IsPrimary As Boolean
    Get
    Set
bool IsPrimary { get; set; }
property bool IsPrimary {
    bool get ();
    void set (bool value);
}
abstract IsPrimary : bool with get, set
function get IsPrimary () : boolean
function set IsPrimary (value : boolean)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

ISql90XmlIndex Interface

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