IDTSExecutables100.Add(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- bstrMoniker
- String
返回
来自新创建的 IDTSExecutable100 对象的任务宿主。
- 属性