共用方式為


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 命名空間