DtsContainer.SetWrappedExecutable(IDTSExecutable100) Method

Definition

Important

This API is not CLS-compliant.

Sets the wrapped executable for the container.

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

Parameters

exec
IDTSExecutable100

the executable object.

Attributes

Applies to