Lenguaje

IDTSExecutables100.Add(String) Método

Definición

Añade 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 apodo del ejecutable.

Devoluciones

Un host de tarea desde el objeto recién creado IDTSExecutable100 .

Atributos

Comentarios

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

Se aplica a