IDTSProperties100.Add(IDTSProperty100) Method

Definition

Adds a property to the collection.

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

Parameters

pProperty
IDTSProperty100

The property to add in the collection.

Attributes

Applies to