Share via


IDTSExecutables100.Add(String) Método

Definição

Adiciona um novo objeto de tarefa ou contêiner à coleção.

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

O moniker para o executável.

Retornos

Um host de tarefa do objeto IDTSExecutable100 recém-criado.

Atributos

Comentários

Para obter mais informações, consulte Executables.

Aplica-se a