Proprietà BusinessLogicParameterCollection.Item (String)
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets or sets the parameter collection at the specified index.
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Default Property Item ( _
index As String _
) As Object
Get
Set
'Utilizzo
Dim instance As BusinessLogicParameterCollection
Dim index As String
Dim value As Object
value = instance(index)
instance(index) = value
public Object this[
string index
] { get; set; }
public:
virtual property Object^ default[String^ index] {
Object^ get (String^ index) sealed;
void set (String^ index, Object^ value) sealed;
}
abstract Item : Object with get, set
override Item : Object with get, set
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- index
Tipo: System.String
The index.
Valore proprietà
Tipo: System.Object
The parameter collection at the specified index.
Implementa
IDataParameterCollection.Item[String]
Vedere anche
Riferimento
BusinessLogicParameterCollection Classe
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport