Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns a parameter object in the parameters collection with the specified name.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Default Property Item ( _
parameterName As String _
) As Parameter
Get
'Usage
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 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.Parameter
A parameter object with the specified name.