Proprietà IDTSXMLTask.DiffGramDestination

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly:  Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)

Sintassi

'Dichiarazione
Property DiffGramDestination As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSXMLTask 
Dim value As String 

value = instance.DiffGramDestination

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

Valore proprietà

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

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask