EventsProvider.SetWrappedExecutable(IDTSExecutable100) Method

Definition

Important

This API is not CLS-compliant.

Returns the wrapped executable object.

protected:
 override void SetWrappedExecutable(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ exec);
[System.CLSCompliant(false)]
protected override void SetWrappedExecutable (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 exec);
[<System.CLSCompliant(false)>]
override this.SetWrappedExecutable : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 -> unit
Protected Overrides Sub SetWrappedExecutable (exec As IDTSExecutable100)

Parameters

exec
IDTSExecutable100

The executable object.

Attributes

Applies to