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.

맨 위로 이동

참고 항목

참조

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