IDTSXMLTask.DiffGramDestinationType 属性
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Gets or sets a value that indicates the type of destination to which the XML task saves the DiffGram document.
命名空间: Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集: Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)
语法
声明
Property DiffGramDestinationType As DTSXMLSaveResultTo
Get
Set
用法
Dim instance As IDTSXMLTask
Dim value As DTSXMLSaveResultTo
value = instance.DiffGramDestinationType
instance.DiffGramDestinationType = value
DTSXMLSaveResultTo DiffGramDestinationType { get; set; }
property DTSXMLSaveResultTo DiffGramDestinationType {
DTSXMLSaveResultTo get ();
void set (DTSXMLSaveResultTo value);
}
abstract DiffGramDestinationType : DTSXMLSaveResultTo with get, set
function get DiffGramDestinationType () : DTSXMLSaveResultTo
function set DiffGramDestinationType (value : DTSXMLSaveResultTo)
属性值
类型:Microsoft.SqlServer.Dts.Tasks.XMLTask.DTSXMLSaveResultTo
A value from the DTSXMLSaveResultTo enumeration that indicates the type of destination to which the XML task saves the DiffGram document.