Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parameter object in the parameter collection with the specified index.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
index As Integer _
) As ParameterInfo
Get
'Usage
Dim instance As ParameterInfos
Dim index As Integer
Dim value As ParameterInfo
value = instance(index)
public ParameterInfo this[
int index
] { get; }
public:
property ParameterInfo^ default[int index] {
ParameterInfo^ get (int index);
}
member Item : ParameterInfo
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- index
Type: System.Int32
The index.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified index.