IDTSXMLTask.SourceType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the type of source that contains the XML document the operation uses.
public:
property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType SourceType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSourceType value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType SourceType { get; set; }
member this.SourceType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSourceType with get, set
Public Property SourceType As DTSXMLSourceType
Property Value
The type of source that contains the XML document the operation uses.