Partager via


Méthode IDTSProperties100.Add

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Adds a property to the collection.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub Add ( _
    pProperty As IDTSProperty100 _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

IDTSProperties100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper