ForEachNodeListEnumerator::OuterXPathStringSourceType Property
Gets or sets the source type of the XPath string, using values in the SourceType enumeration.
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
public: property SourceType OuterXPathStringSourceType { virtual SourceType get() sealed; virtual void set(SourceType value) sealed; }
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList::SourceTypeA value from the SourceType enumeration.
Show: