EventsProvider.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.
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