ForEachNodeListEnumerator.OuterXPathStringSourceType Property

Definition

Gets or sets the source type of the XPath string, using values in the SourceType enumeration.

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType OuterXPathStringSourceType { Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType get(); void set(Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType value); };
public Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType OuterXPathStringSourceType { get; set; }
member this.OuterXPathStringSourceType : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType with get, set
Public Property OuterXPathStringSourceType As SourceType

Property Value

A value from the SourceType enumeration.

Implements

Applies to