Partager via


Propriété SfcReferenceCollection<K, T, S>.Item

Gets the element associated with the specified key.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    key As K _
) As T
    Get
'Utilisation
Dim instance As SfcReferenceCollection 
Dim key As K
Dim value As T

value = instance(key)
public T this[
    K key
] { get; }
public:
virtual property T default[K key] {
    T get (K key) sealed;
}
abstract Item : 'T
override Item : 'T
JScript prend en charge l'utilisation de propriétés indexées, mais pas la déclaration de nouvelles propriétés.

Paramètres

  • key
    Type : K
    The key of the value to get.

Valeur de propriété

Type : T
The element associated with the specified key.

Implémente

IReadOnlyDictionary<K, T>.Item[K]

Voir aussi

Référence

SfcReferenceCollection<K, T, S> Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc