Compartir a través de


XMLTask.DiffGramDestination Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.XMLTask
Ensamblado:  Microsoft.SqlServer.XMLTask (en Microsoft.SqlServer.XMLTask.dll)

Sintaxis

'Declaración
Public Property DiffGramDestination As String 
    Get 
    Set
'Uso
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)

Valor de la propiedad

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

Implementa

IDTSXMLTask.DiffGramDestination

Comentarios

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

Vea también

Referencia

XMLTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.XMLTask