ForEachNodeListEnumerator.InnerXPathStringSourceType Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

public SourceType InnerXPathStringSourceType { get; set; }
public:
property SourceType InnerXPathStringSourceType {
    virtual SourceType get() sealed;
    virtual void set(SourceType value) sealed;
}
abstract InnerXPathStringSourceType : SourceType with get, set
override InnerXPathStringSourceType : SourceType with get, set
Public Property InnerXPathStringSourceType As SourceType

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType

A value from the SourceType enumeration.

Implements

IDTSForEachNodeListEnumerator.InnerXPathStringSourceType

See Also

ForEachNodeListEnumerator Class
Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList Namespace

Return to top