IDTSXMLTask.DiffGramDestinationType 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 a value that indicates the type of destination to which the XML task saves the DiffGram document.
public:
property Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSaveResultTo DiffGramDestinationType { Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSaveResultTo get(); void set(Microsoft::SqlServer::Dts::Tasks::XMLTask::DTSXMLSaveResultTo value); };
public Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo DiffGramDestinationType { get; set; }
member this.DiffGramDestinationType : Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo with get, set
Public Property DiffGramDestinationType As DTSXMLSaveResultTo
Property Value
A value from the DTSXMLSaveResultTo enumeration that indicates the type of destination to which the XML task saves the DiffGram document.