IDTSExecutables100.Add Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see Executables.
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
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100