ForEachNodeListEnumerator::InnerXPathStringSourceType Property
Gets or sets the source type of the inner XPath string using values from the SourceType enumeration.
Assembly: Microsoft.SqlServer.ForEachNodeListEnumerator (in Microsoft.SqlServer.ForEachNodeListEnumerator.dll)
public: property SourceType InnerXPathStringSourceType { 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: