Partager via


Propriété BusinessLogicParameterCollection.Item (String)

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the parameter collection at the specified index.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Default Property Item ( _
    index As String _
) As Object 
    Get 
    Set
'Utilisation
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 prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

Valeur de propriété

Type : System.Object
The parameter collection at the specified index.

Implémente

IDataParameterCollection.Item[String]

Voir aussi

Référence

BusinessLogicParameterCollection Classe

Surcharge Item

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport