Share via


IDTSConfigurations100.Add Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Adds a IDTSConfiguration100 object to the end of the collection.

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

Syntax

'Declaration
Function Add As IDTSConfiguration100
'Usage
Dim instance As IDTSConfigurations100 
Dim returnValue As IDTSConfiguration100 

returnValue = instance.Add()
IDTSConfiguration100 Add()
IDTSConfiguration100^ Add()
abstract Add : unit -> IDTSConfiguration100
function Add() : IDTSConfiguration100

Return Value

Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
The newly added IDTSConfiguration100 object.

See Also

Reference

IDTSConfigurations100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace