IDTSExecutables100.Add(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2014::IDTSExecutable100 ^ Add(System::String ^ bstrMoniker);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSExecutable100 Add (string bstrMoniker);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014.IDTSExecutable100
Public Function Add (bstrMoniker As String) As IDTSExecutable100
Parâmetros
- bstrMoniker
- String
Retornos
Um host de tarefa do objeto IDTSExecutable100 recém-criado.
- Atributos