ISql90XmlIndexedObject.XmlIndex Property

Gets a list of XML indexes.

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

Syntax

'Declaration
ReadOnly Property XmlIndex As IList(Of ISql90XmlIndex)
    Get
'Usage
Dim instance As ISql90XmlIndexedObject
Dim value As IList(Of ISql90XmlIndex)

value = instance.XmlIndex
IList<ISql90XmlIndex> XmlIndex { get; }
property IList<ISql90XmlIndex^>^ XmlIndex {
    IList<ISql90XmlIndex^>^ get ();
}
function get XmlIndex () : IList<ISql90XmlIndex>
abstract XmlIndex : IList<ISql90XmlIndex>

Property Value

Type: System.Collections.Generic.IList<ISql90XmlIndex>
Returns a list of ISql90XmlIndex instances.

.NET Framework Security

See Also

Reference

ISql90XmlIndexedObject Interface

ISql90XmlIndexedObject Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace