Proprietà ISql90XmlIndex.IsPrimary

Ottiene o imposta un valore che indica se un indice cluster viene creato utilizzando la chiave cluster formata dalla chiave di clustering della tabella utente e l'identificatore di un nodo XML.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISql90XmlIndex Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel