Méthode Add
Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.
For more information, see DtsProperties.
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
- pProperty
Type : Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSProperty100
Voir aussi