Proprietà ParameterCollection.Item (String)
Gets the ParameterInfo with the specified id.
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As ParameterInfo
Get
'Utilizzo
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 supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System.String
The specified ID.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo
The ParameterInfo.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices