IDTSXMLTask.SourceType Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the type of source that contains the XML document the operation uses.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Syntax
'Declaration
Property SourceType As DTSXMLSourceType
Get
Set
'Usage
Dim instance As IDTSXMLTask
Dim value As DTSXMLSourceType
value = instance.SourceType
instance.SourceType = value
DTSXMLSourceType SourceType { get; set; }
property DTSXMLSourceType SourceType {
DTSXMLSourceType get ();
void set (DTSXMLSourceType value);
}
abstract SourceType : DTSXMLSourceType with get, set
function get SourceType () : DTSXMLSourceType
function set SourceType (value : DTSXMLSourceType)
Property Value
Type: Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType
The type of source that contains the XML document the operation uses.