Поделиться через


Интерфейс IDTSForEachNodeListEnumerator

Defines an interface used to enumerate a set of XML nodes that result from applying an XPath expression to an XML file.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Сборка:  Microsoft.SqlServer.ForEachNodeListEnumerator (в Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

Синтаксис

'Декларация
Public Interface IDTSForEachNodeListEnumerator
'Применение
Dim instance As IDTSForEachNodeListEnumerator
public interface IDTSForEachNodeListEnumerator
public interface class IDTSForEachNodeListEnumerator
type IDTSForEachNodeListEnumerator =  interface end
public interface IDTSForEachNodeListEnumerator

Тип IDTSForEachNodeListEnumerator обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство EnumerationType Gets or sets this property to a value from the EnumerationType enumeration.
Открытое свойство InnerElementType Gets or sets this property to a value from the InnerElementType enumeration.
Открытое свойство InnerXPathString Get or sets a value that represents either the XPath string, the name of the file containing the XPath string, or the name of the variable containing the XPath string, depending on the value of InnerXPathStringSourceType.
Открытое свойство InnerXPathStringSourceType Gets or sets the source type of the inner XPath string using values from the SourceType enumeration.
Открытое свойство NodeList Gets an ArrayList class that contains a collection of nodes that the XPath operation produces.
Открытое свойство OuterXPathString Get or sets a value that represents either the XPath string, the name of the file containing the XPath string, or the name of the variable containing the XPath string, depending on the value of OuterXPathStringSourceType.
Открытое свойство OuterXPathStringSourceType Gets or sets the source type of the XPath string using values in the SourceType enumeration.
Открытое свойство SourceDocument Gets or sets a value that represents either the XML source document as a string, the name of the file containing the XML source document, or the name of the variable containing the XML source document, depending on the value of SourceDocumentType.
Открытое свойство SourceDocumentType Gets or sets the type of source that the source document is, using the SourceType enumerator.

В начало