Partager via


Item propriété (String)

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

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (dans 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 la propriété

Type : System. . :: . .Object

Implémente

IDataParameterCollection. . :: . .Item[ ( [ ( String] ) ] )