ForEachNodeListEnumerator::OuterXPathString Property

 

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.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
Assembly:  Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

public:
property String^ OuterXPathString {
	virtual String^ get() sealed;
	virtual void set(String^ value) sealed;
}

Property Value

Type: System::String^

A value that represents either the XPath string, the name of the file that contains the XPath string, or the name of the variable that contains the XPath string, depending on the value of OuterXPathStringSourceType.

Return to top
Show: