다음을 통해 공유


Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 네임스페이스

The Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList namespace contains the classes and interfaces used to enumerate a set of XML nodes that result from applying an XPath expession to an XML file.

클래스

  클래스 설명
공용 클래스 ForEachNodeListEnumerator Defines a class used to enumerate a set of XML nodes that result from applying an XPath expession to an XML file.

인터페이스

  인터페이스 설명
공용 인터페이스 IDTSForEachNodeListEnumerator Defines an interface used to enumerate a set of XML nodes that result from applying an XPath expression to an XML file.

열거형

  열거형 설명
공용 열거형 EnumerationType Specifies the type of objects in the NodeList array that will be iterated over by the ForEachNodeListEnumerator. The EnumerationType property is set to one of the values in this enumeration.
공용 열거형 InnerElementType Specifies the type of inner element, which is the InnerElementType property, to be used when the EnumerationType is set to ElementCollection.
공용 열거형 SourceType Determines where to find the data for the associated property. This enumeration is used by the InnerXPathStringSourceType, OuterXPathStringSourceType, SourceDocumentType, and OuterXPathString properties.