Propriedade do RDL IDTSTask100.ExecutionValue
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the value of the execution. This field is read-only.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
ReadOnly Property ExecutionValue As Object
Get
'Uso
Dim instance As IDTSTask100
Dim value As Object
value = instance.ExecutionValue
Object ExecutionValue { get; }
property Object^ ExecutionValue {
Object^ get ();
}
abstract ExecutionValue : Object
function get ExecutionValue () : Object
Valor da propriedade
Tipo: System.Object
The value of the execution.
Comentários
For more information, see Task.