IDTSXMLTask.XPathStringSource Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property XPathStringSource As String
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As String
value = instance.XPathStringSource
instance.XPathStringSource = value
string XPathStringSource { get; set; }
property String^ XPathStringSource {
String^ get ();
void set (String^ value);
}
abstract XPathStringSource : string with get, set
function get XPathStringSource () : String
function set XPathStringSource (value : String)
Property Value
Type: System.String