Condividi tramite


Proprietà IDTSXMLTask.DiffGramDestinationType

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

Gets or sets a value that indicates the type of destination 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 DiffGramDestinationType As DTSXMLSaveResultTo 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: 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.

Vedere anche

Riferimento

IDTSXMLTask Interfaccia

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