IXMLIndex Interface

A XML Index defines the searchable tags of an XML document stored in an XML field.

Members

Name Description
Read-only property Description A textual description of the XML Index.
Read-only property ExcludedTags The collection of excluded tags.
Read-only property IncludedTags The collection of included tags.
Read-only property XMLIndexType The type of XML Index.

IXMLIndex.Description Property

A textual description of the XML Index.

Public ReadOnly Property Description As String
public string Description {get;}

IXMLIndex.ExcludedTags Property

The collection of excluded tags.

Public ReadOnly Property ExcludedTags As IXMLIndexTags
public IXMLIndexTags ExcludedTags {get;}

IXMLIndex.IncludedTags Property

The collection of included tags.

Public ReadOnly Property IncludedTags As IXMLIndexTags
public IXMLIndexTags IncludedTags {get;}

IXMLIndex.XMLIndexType Property

The type of XML Index.

Public ReadOnly Property XMLIndexType As esriXMLIndexType
public esriXMLIndexType XMLIndexType {get;}

Classes that implement IXMLIndex

Classes Description
XMLIndex XML Index Object.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.