Proprietà XMLTask.SaveDiffGram

Gets or sets a Boolean that indicates whether the comparison result, a DiffGram document, is saved.

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

Sintassi

'Dichiarazione
Public Property SaveDiffGram As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As XMLTask 
Dim value As Boolean 

value = instance.SaveDiffGram

instance.SaveDiffGram = value
public bool SaveDiffGram { get; set; }
public:
virtual property bool SaveDiffGram {
    bool get () sealed;
    void set (bool value) sealed;
}
abstract SaveDiffGram : bool with get, set 
override SaveDiffGram : bool with get, set
final function get SaveDiffGram () : boolean 
final function set SaveDiffGram (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the comparison result, a DiffGram document, is saved.

Implementa

IDTSXMLTask.SaveDiffGram

Osservazioni

The default value for this property is false. This property is used when the OperationType is set to Diff or Patch.

Vedere anche

Riferimento

XMLTask Classe

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