Propriedade ISql90XmlIndexedObject.XmlIndex

Obtém a lista de índices XML que estão associadas este objeto.

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

Sintaxe

'Declaração
ReadOnly Property XmlIndex As IList(Of ISql90XmlIndex)
    Get
IList<ISql90XmlIndex> XmlIndex { get; }
property IList<ISql90XmlIndex^>^ XmlIndex {
    IList<ISql90XmlIndex^>^ get ();
}
abstract XmlIndex : IList<ISql90XmlIndex>
function get XmlIndex () : IList<ISql90XmlIndex>

Valor de propriedade

Tipo: System.Collections.Generic.IList<ISql90XmlIndex>

Segurança do .NET Framework

Consulte também

Referência

ISql90XmlIndexedObject Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel