ISql90XmlIndexedObject.XmlIndex Property
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)
'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>
Property Value
Type: System.Collections.Generic.IList<ISql90XmlIndex>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ISql90XmlIndexedObject Interface