DtsContainer.SetWrappedExecutable(IDTSExecutable100) 方法

定义

重要

此 API 不符合 CLS。

设置容器的包装的可执行文件。

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)

参数

exec
IDTSExecutable100

可执行对象。

属性

适用于