IDTSConfigurations100.Add Method

Definition

Adds a IDTSConfiguration100 object to the end of the collection.

public:
 Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSConfiguration100 ^ Add();
[System.Runtime.InteropServices.DispId(2)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100 Add ();
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Add : unit -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConfiguration100
Public Function Add () As IDTSConfiguration100

Returns

The newly added IDTSConfiguration100 object.

Attributes

Applies to