次の方法で共有


IDTSForEachNodeListEnumerator.OuterXPathStringSourceType プロパティ

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

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

構文

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

value = instance.OuterXPathStringSourceType

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

プロパティ値

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

関連項目

参照

IDTSForEachNodeListEnumerator インターフェイス

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