DtsContainer.SetWrappedExecutable(IDTSExecutable100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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