Propriedade do RDL IDTSXMLTask.SaveOperationResult
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets or sets a value that indicates whether the XML task saves the Diff operation output.
Namespace: Microsoft.SqlServer.Dts.Tasks.XMLTask
Assembly: Microsoft.SqlServer.XMLTask (em Microsoft.SqlServer.XMLTask.dll)
Sintaxe
'Declaração
Property SaveOperationResult As Boolean
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Boolean
true if the XML task saves the Diff operation output; otherwise, false.