A XML Index defines the searchable tags of an XML document stored in an XML field.
Members
| Name | Description | |
|---|---|---|
![]() |
Description | A textual description of the XML Index. |
![]() |
Description | A textual description of the XML Index. |
![]() |
ExcludedTags | The collection of excluded tags. |
![]() |
ExcludedTags | The collection of excluded tags. |
![]() |
IncludedTags | The collection of included tags. |
![]() |
IncludedTags | The collection of included tags. |
![]() |
XMLIndexType | The type of XML Index. |
![]() |
XMLIndexType | The type of XML Index. |
IXMLIndexEdit.Description Property
A textual description of the XML Index.
Public WriteOnly Property Description_2
public void Description_2 {set;}
IXMLIndexEdit.Description Property
A textual description of the XML Index.
Public WriteOnly Property Description_2
public void Description_2 {set;}
IXMLIndexEdit.ExcludedTags Property
The collection of excluded tags.
Public WriteOnly Property ExcludedTags_2
public void ExcludedTags_2 {set;}
IXMLIndexEdit.ExcludedTags Property
The collection of excluded tags.
Public WriteOnly Property ExcludedTags_2
public void ExcludedTags_2 {set;}
IXMLIndexEdit.IncludedTags Property
The collection of included tags.
Public WriteOnly Property IncludedTags_2
public void IncludedTags_2 {set;}
IXMLIndexEdit.IncludedTags Property
The collection of included tags.
Public WriteOnly Property IncludedTags_2
public void IncludedTags_2 {set;}
IXMLIndexEdit.XMLIndexType Property
The type of XML Index.
Public WriteOnly Property XMLIndexType_2
public void XMLIndexType_2 {set;}
IXMLIndexEdit.XMLIndexType Property
The type of XML Index.
Public WriteOnly Property XMLIndexType_2
public void XMLIndexType_2 {set;}
Inherited Interfaces
| Interfaces | Description |
|---|---|
| IXMLIndex | A XML Index defines the searchable tags of an XML document stored in an XML field. |
Classes that implement IXMLIndexEdit
| Classes | Description |
|---|---|
| XMLIndex | XML Index Object. |


