Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.