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 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
- parameterName
Type: System.String
The name of the parameter.
Property Value
Type: Microsoft.SqlServer.Dts.Runtime.ParameterInfo
The ParameterInfo object with the specified name.