Compartilhar via


Propriedade ISql90XmlIndex.IsPrimary

Obtém ou define um valor que indica se um índice de cluster é criado usando a chave de cluster formada a partir da chave de cluster da tabela de usuário e um identificador de nó XML.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel