Proprietà IDTSXMLTask.SaveOperationResult
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets a value that indicates whether the XML task saves the Diff operation output.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (in Microsoft.SqlServer.XMLTask.dll)
Sintassi
'Dichiarazione
Property SaveOperationResult As Boolean
Get
Set
'Utilizzo
Dim instance As IDTSXMLTask
Dim value As Boolean
value = instance.SaveOperationResult
instance.SaveOperationResult = value
bool SaveOperationResult { get; set; }
property bool SaveOperationResult {
bool get ();
void set (bool value);
}
abstract SaveOperationResult : bool with get, set
function get SaveOperationResult () : boolean
function set SaveOperationResult (value : boolean)
Valore proprietà
Tipo: System.Boolean
true if the XML task saves the Diff operation output; otherwise, false.