Compartir a través de


ISql90XmlIndex.IsPrimary (Propiedad)

Obtiene o establece un valor que indica si se crea un índice agrupado usando la clave agrupada formada a partir de la clave de agrupación en clústeres de la tabla de usuario y un identificador del nodo XML.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
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 propiedad

Tipo: System.Boolean

Seguridad de .NET Framework

Vea también

Referencia

ISql90XmlIndex Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)