Condividi tramite


Proprietà XMLTask.DiffGramDestinationType

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
Public Property DiffGramDestinationType As DTSXMLSaveResultTo 
    Get 
    Set
'Utilizzo
Dim instance As XMLTask 
Dim value As DTSXMLSaveResultTo 

value = instance.DiffGramDestinationType

instance.DiffGramDestinationType = value
public DTSXMLSaveResultTo DiffGramDestinationType { get; set; }
public:
virtual property DTSXMLSaveResultTo DiffGramDestinationType {
    DTSXMLSaveResultTo get () sealed;
    void set (DTSXMLSaveResultTo value) sealed;
}
abstract DiffGramDestinationType : DTSXMLSaveResultTo with get, set 
override DiffGramDestinationType : DTSXMLSaveResultTo with get, set
final function get DiffGramDestinationType () : DTSXMLSaveResultTo 
final 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.

Implementa

IDTSXMLTask.DiffGramDestinationType

Osservazioni

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

Vedere anche

Riferimento

XMLTask Classe

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