Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.