Propriété SfcCollection<T, K, ParentT>.Item
Gets the item specified by the key. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
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 SfcCollection
Dim key As K
Dim value As T
value = instance(key)
public T this[
K key
] { get; }
public:
property T default[K key] {
T get (K key);
}
member 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 that identifies the item to get.
Valeur de propriété
Type : T
The object specified by the key.