ISql90XmlIndexedObject.XmlIndex Property

Gets the list of XML indexes that are associated with this object.

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

Syntax

'Declaration
ReadOnly Property XmlIndex As IList(Of ISql90XmlIndex)
IList<ISql90XmlIndex> XmlIndex { get; }
property IList<ISql90XmlIndex^>^ XmlIndex {
    IList<ISql90XmlIndex^>^ get ();
}
abstract XmlIndex : IList<ISql90XmlIndex>
function get XmlIndex () : IList<ISql90XmlIndex>

Property Value

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

.NET Framework Security

See Also

Reference

ISql90XmlIndexedObject Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace