次の方法で共有


IDTSForEachNodeListEnumerator.InnerXPathStringSourceType プロパティ

SourceType 列挙の値を使用して、内部 XPath 文字列のソースの種類を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList
アセンブリ:  Microsoft.SqlServer.ForEachNodeListEnumerator (Microsoft.SqlServer.ForEachNodeListEnumerator.dll)

構文

'宣言
Property InnerXPathStringSourceType As SourceType 
    Get 
    Set
'使用
Dim instance As IDTSForEachNodeListEnumerator 
Dim value As SourceType 

value = instance.InnerXPathStringSourceType

instance.InnerXPathStringSourceType = value
SourceType InnerXPathStringSourceType { get; set; }
property SourceType InnerXPathStringSourceType {
    SourceType get ();
    void set (SourceType value);
}
abstract InnerXPathStringSourceType : SourceType with get, set
function get InnerXPathStringSourceType () : SourceType 
function set InnerXPathStringSourceType (value : SourceType)

プロパティ値

型: Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList.SourceType
SourceType 列挙の値です。

関連項目

参照

IDTSForEachNodeListEnumerator インターフェイス

Microsoft.SqlServer.Dts.Runtime.Enumerators.NodeList 名前空間