Compartilhar via


Propriedade ISql90XmlIndex.UsingPrimaryXmlIndex

Obtém ou define o índice XML primário no objeto a ser indexado.

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

Sintaxe

'Declaração
Property UsingPrimaryXmlIndex As ISql90XmlIndex
    Get
    Set
ISql90XmlIndex UsingPrimaryXmlIndex { get; set; }
property ISql90XmlIndex^ UsingPrimaryXmlIndex {
    ISql90XmlIndex^ get ();
    void set (ISql90XmlIndex^ value);
}
abstract UsingPrimaryXmlIndex : ISql90XmlIndex with get, set
function get UsingPrimaryXmlIndex () : ISql90XmlIndex
function set UsingPrimaryXmlIndex (value : ISql90XmlIndex)

Valor de propriedade

Tipo: Microsoft.Data.Schema.Sql.SchemaModel.ISql90XmlIndex

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlIndex Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel