다음을 통해 공유


IDTSExecutables100.Add 메서드

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

Adds a new container or task object to the collection.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime.Wrapper
어셈블리:  Microsoft.SqlServer.DTSRuntimeWrap(Microsoft.SqlServer.DTSRuntimeWrap.dll)

구문

‘선언
Function Add ( _
    bstrMoniker As String _
) As IDTSExecutable100
‘사용 방법
Dim instance As IDTSExecutables100 
Dim bstrMoniker As String 
Dim returnValue As IDTSExecutable100 

returnValue = instance.Add(bstrMoniker)
IDTSExecutable100 Add(
    string bstrMoniker
)
IDTSExecutable100^ Add(
    [InAttribute] String^ bstrMoniker
)
abstract Add : 
        bstrMoniker:string -> IDTSExecutable100
function Add(
    bstrMoniker : String
) : IDTSExecutable100

매개 변수

  • bstrMoniker
    유형: System.String
    The moniker to the executable.

반환 값

유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
A task host from the newly created IDTSExecutable100 object.

주의

For more information, see Executables.

참고 항목

참조

IDTSExecutables100 인터페이스

Microsoft.SqlServer.Dts.Runtime.Wrapper 네임스페이스