Delen via


ParameterInfos.Item Property (String)

Gets the parameter object in the parameter collection with the specified name.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    parameterName As String _
) As ParameterInfo 
    Get
'Usage
Dim instance As ParameterInfos 
Dim parameterName As String 
Dim value As ParameterInfo 

value = instance(parameterName)
public ParameterInfo this[
    string parameterName
] { get; }
public:
property ParameterInfo^ default[String^ parameterName] {
    ParameterInfo^ get (String^ parameterName);
}
member Item : ParameterInfo
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.

See Also

Reference

ParameterInfos Class

Item Overload

Microsoft.SqlServer.Dts.Runtime Namespace