Parameters.Item Propiedad (String)
Returns a parameter object in the parameters collection with the specified name.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public MustOverride ReadOnly Default Property Item ( _
parameterName As String _
) As Parameter
Get
'Uso
Dim instance As Parameters
Dim parameterName As String
Dim value As Parameter
value = instance(parameterName)
public abstract Parameter this[
string parameterName
] { get; }
public:
virtual property Parameter^ default[String^ parameterName] {
Parameter^ get (String^ parameterName) abstract;
}
abstract Item : Parameter
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.
Parámetros
- parameterName
Tipo: System.String
The name of the parameter.
Valor de la propiedad
Tipo: Microsoft.SqlServer.Dts.Runtime.Parameter
A parameter object with the specified name.