Partager via


CreateXmlIndexStatement.Primary, propriété

Obtient ou définit si le mot clé Primary est utilisé.

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

Syntaxe

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

Valeur de propriété

Type : System.Boolean
Retourne la valeur True si le mot clé Primary est utilisé ; sinon, False.

Sécurité .NET Framework

Voir aussi

Référence

CreateXmlIndexStatement Classe

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