Share via


IDTSProperties100.Add Method

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

See Also

Reference

IDTSProperties100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace