Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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
)
Parameter
- pProperty
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSProperty100
The property to add in the collection.