Udostępnij za pośrednictwem


Właściwość ManagedWrapper.ExecutionValue

Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
Public ReadOnly Property ExecutionValue As Object
    Get
'Użycie
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

Wartość właściwości

Typ: System.Object

Implementacje

IDTSTask100.ExecutionValue