次の方法で共有


XMLTask.XPathStringSourceType プロパティ

XPathStringSource プロパティ中の XPath 式を含むソースの種類を示す値を DTSXMLSourceType 列挙から取得します。値の設定も可能です。

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

構文

'宣言
Public Property XPathStringSourceType As DTSXMLSourceType 
    Get 
    Set
'使用
Dim instance As XMLTask 
Dim value As DTSXMLSourceType 

value = instance.XPathStringSourceType

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

プロパティ値

型: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
XPath 式を含むソースの種類を示す DTSXMLSourceType 列挙の値です。

実装

IDTSXMLTask.XPathStringSourceType

説明

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

関連項目

参照

XMLTask クラス

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