ForEachNodeListEnumerator.InnerXPathStringSourceType 属性

定义

使用 SourceType 枚举中的值获取或设置内部 XPath 字符串的源类型。

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

属性值

SourceType 枚举中的一个值。

实现

适用于