IDTSExecutables100.Add(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- bstrMoniker
- String
Returns
A task host from the newly created IDTSExecutable100 object.
- Attributes