ForEachNodeListEnumerator.InnerXPathStringSourceType Property

Definition

Gets or sets the source type of the inner XPath string using values from the SourceType enumeration.

public:
 property Microsoft::SqlServer::Dts::Runtime::Enumerators::NodeList::SourceType InnerXPathStringSourceType { 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 InnerXPathStringSourceType { get; set; }
member this.InnerXPathStringSourceType : Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType with get, set
Public Property InnerXPathStringSourceType As SourceType

Property Value

A value from the SourceType enumeration.

Implements

Applies to