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.
Gets the ParameterInfo with the specified id.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
name As String _
) As ParameterInfo
Get
'Usage
Dim instance As ParameterCollection
Dim name As String
Dim value As ParameterInfo
value = instance(name)
public ParameterInfo this[
string name
] { get; }
public:
property ParameterInfo^ default[String^ name] {
ParameterInfo^ get (String^ name);
}
member Item : ParameterInfo
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
The specified ID.
Property Value
Type: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
The ParameterInfo.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace