IDTSForEachNodeListEnumerator.InnerXPathString Property

Definition

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.

public:
 property System::String ^ InnerXPathString { System::String ^ get(); void set(System::String ^ value); };
public string InnerXPathString { get; set; }
member this.InnerXPathString : string with get, set
Public Property InnerXPathString As String

Property Value

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.

Remarks

The XPath expression that applies to the XML file is the outer XPath operation, stored in the OuterXPathString property. If the XPath enumeration type is set to ElementCollection, the ForeachNodeList enumerator can apply an inner XPath expression, stored in the InnerXPathString property, to a collection of elements.

Applies to