Propriedade do RDL ManagedWrapper.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 execution value of the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)
Sintaxe
'Declaração
Public ReadOnly Property ExecutionValue As Object
Get
'Uso
Dim instance As ManagedWrapper
Dim value As Object
value = instance.ExecutionValue
public Object ExecutionValue { get; }
public:
virtual property Object^ ExecutionValue {
Object^ get () sealed;
}
abstract ExecutionValue : Object
override ExecutionValue : Object
final function get ExecutionValue () : Object
Valor da propriedade
Tipo: System.Object
The execution value of the wrapper.