OuterXPathStringSourceType プロパティ

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

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

構文

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

value = instance.OuterXPathStringSourceType

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

実装

IDTSForEachNodeListEnumerator. . :: . .OuterXPathStringSourceType