Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Adds a property to the collection.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Sub Add ( _
pProperty As IDTSProperty100 _
)
'Usage
Dim instance As IDTSProperties100
Dim pProperty As IDTSProperty100
instance.Add(pProperty)
void Add(
IDTSProperty100 pProperty
)
void Add(
[InAttribute] IDTSProperty100^ pProperty
)
abstract Add :
pProperty:IDTSProperty100 -> unit
function Add(
pProperty : IDTSProperty100
)
Parameters
- pProperty
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100
The property to add in the collection.