Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a new container or task object to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Function Add ( _
bstrMoniker As String _
) As IDTSExecutable100
'Usage
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
Parameters
- bstrMoniker
Type: System.String
The moniker to the executable.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
A task host from the newly created IDTSExecutable100 object.
Remarks
For more information, see Executables.