IDTSParameters100.Item Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets a parameter object in the parameters collection with the specified index.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSParameter100
Get
'Usage
Dim instance As IDTSParameters100
Dim Index As Object
Dim value As IDTSParameter100
value = instance(Index)
IDTSParameter100 this[
Object Index
] { get; }
property IDTSParameter100^ default[[InAttribute] Object^ Index] {
IDTSParameter100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSParameter100
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- Index
Type: System.Object
The location of the parameter object within the parameters collection.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSParameter100
A parameter object with the specified index.