Compartilhar via


Método IDTSExecutables100.Add

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Adds a new container or task object to the collection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
Function Add ( _
    bstrMoniker As String _
) As IDTSExecutable100
'Uso
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

Parâmetros

Valor de retorno

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

Comentários

For more information, see Executables.

Consulte também

Referência

IDTSExecutables100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper