Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.