다음을 통해 공유


IDTSExecutables100.Add(String) 메서드

정의

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSExecutable100 ^ Add(System::String ^ bstrMoniker);
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSExecutable100 Add (string bstrMoniker);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : string -> Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSExecutable100
Public Function Add (bstrMoniker As String) As IDTSExecutable100

매개 변수

bstrMoniker
String

반환

새로 만든 IDTSExecutable100 개체의 태스크 호스트입니다.

특성

설명

자세한 내용은 Executables를 참조하세요.

적용 대상