Compartir a través de


IDTSExecutables100.Add(String) Método

Definición

Agrega un nuevo contenedor u objeto de tarea a la colección.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ Add(System::String ^ bstrMoniker);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 Add (string bstrMoniker);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
Public Function Add (bstrMoniker As String) As IDTSExecutable100

Parámetros

bstrMoniker
String

El moniker para el ejecutable.

Devoluciones

Host de tarea del objeto IDTSExecutable100 recién creado.

Atributos

Comentarios

Para obtener más información, vea Executables.

Se aplica a