DtsContainer.SetWrappedExecutable(IDTSExecutable100) Método

Definición

Importante

Esta API no es conforme a CLS.

Establece el ejecutable encapsulado del contenedor.

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)

Parámetros

exec
IDTSExecutable100

El objeto ejecutable.

Atributos

Se aplica a