IDTSProperties100.Add Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
For more information, see DtsProperties.
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