XMLTask.DiffGramDestination 属性

Gets or sets the name of the connection or the variable to which the XML task saves the DiffGram document.

命名空间:  Microsoft.SqlServer.Dts.Tasks.XMLTask
程序集:  Microsoft.SqlServer.XMLTask(在 Microsoft.SqlServer.XMLTask.dll 中)

语法

声明
Public Property DiffGramDestination As String 
    Get 
    Set
用法
Dim instance As XMLTask 
Dim value As String 

value = instance.DiffGramDestination

instance.DiffGramDestination = value
public string DiffGramDestination { get; set; }
public:
virtual property String^ DiffGramDestination {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract DiffGramDestination : string with get, set 
override DiffGramDestination : string with get, set
final function get DiffGramDestination () : String 
final function set DiffGramDestination (value : String)

属性值

类型:System.String
A String that indicates the name of the connection or variable to which the XML task saves the DiffGram document.

实现

IDTSXMLTask.DiffGramDestination

注释

This property is used only when the OperationType is set to Diff.

请参阅

参考

XMLTask 类

Microsoft.SqlServer.Dts.Tasks.XMLTask 命名空间