Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.