XPathStringSourceType プロパティ
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Tasks.XMLTask
アセンブリ: Microsoft.SqlServer.XMLTask (Microsoft.SqlServer.XMLTask.dll)
構文
'宣言
Property XPathStringSourceType As DTSXMLSourceType
Get
Set
'使用
Dim instance As IDTSXMLTask
Dim value As DTSXMLSourceType
value = instance.XPathStringSourceType
instance.XPathStringSourceType = value
DTSXMLSourceType XPathStringSourceType { get; set; }
property DTSXMLSourceType XPathStringSourceType {
DTSXMLSourceType get ();
void set (DTSXMLSourceType value);
}
abstract XPathStringSourceType : DTSXMLSourceType with get, set
function get XPathStringSourceType () : DTSXMLSourceType
function set XPathStringSourceType (value : DTSXMLSourceType)