Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the execution value of the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property ExecutionValue As Object
Get
'Usage
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
Property Value
Type: System.Object
The execution value of the wrapper.