次の方法で共有


XMLTask.XPathStringSource プロパティ

XPath 式のソースを返します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Dts.Tasks.XMLTask
アセンブリ:  Microsoft.SqlServer.XMLTask (Microsoft.SqlServer.XMLTask.dll)

構文

'宣言
Public Property XPathStringSource As String 
    Get 
    Set
'使用
Dim instance As XMLTask 
Dim value As String 

value = instance.XPathStringSource

instance.XPathStringSource = value
public string XPathStringSource { get; set; }
public:
virtual property String^ XPathStringSource {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract XPathStringSource : string with get, set 
override XPathStringSource : string with get, set
final function get XPathStringSource () : String 
final function set XPathStringSource (value : String)

プロパティ値

型: System.String
XPath 式のソースを表す String です。

実装

IDTSXMLTask.XPathStringSource

説明

このプロパティは、OperationTypeXPATH に設定されている場合に使用されます。

関連項目

参照

XMLTask クラス

Microsoft.SqlServer.Dts.Tasks.XMLTask 名前空間