IDTSProperties100.Add(IDTSProperty100) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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