Linguaggio

IDTSExecutables100.Add(String) Metodo

Definizione

Aggiunge un nuovo contenitore o oggetto task alla collezione.

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

Parametri

bstrMoniker
String

Il nome dell'eseguibile.

Valori restituiti

Un host di compiti dall'oggetto appena creato IDTSExecutable100 .

Attributi

Commenti

Per altre informazioni, vedere Executables.

Si applica a