OuterXPathString プロパティ

OuterXPathStringSourceType の値に応じて、XPath 文字列、XPath 文字列を含むファイルの名前、または XPath 文字列を含む変数の名前のいずれかを表す値を取得します。値の設定も可能です。

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

構文

'宣言
Property OuterXPathString As String
    Get
    Set
'使用
Dim instance As IDTSForEachNodeListEnumerator
Dim value As String

value = instance.OuterXPathString

instance.OuterXPathString = value
string OuterXPathString { get; set; }
property String^ OuterXPathString {
    String^ get ();
    void set (String^ value);
}
abstract OuterXPathString : string with get, set
function get OuterXPathString () : String
function set OuterXPathString (value : String)

プロパティ値

型: System. . :: . .String
OuterXPathStringSourceType の値に応じて、XPath 文字列、XPath 文字列を含むファイルの名前、または XPath 文字列を含む変数の名前のいずれかを表す値です。