Compartir a través de


ISfcSimpleMap<TKey, TValue>.Item Propiedad

Gets the elements for the indexer.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
ReadOnly Default Property Item ( _
    key As TKey _
) As TValue
    Get
'Uso
Dim instance As ISfcSimpleMap 
Dim key As TKey
Dim value As TValue

value = instance(key)
TValue this[
    TKey key
] { get; }
property TValue default[TKey key] {
    TValue get (TKey key);
}
abstract Item : 'TValue
JScript admite el uso de propiedades indizadas, pero no la declaración de otras nuevas.

Parámetros

  • key
    Tipo: TKey
    The key of the value to get.

Valor de la propiedad

Tipo: TValue
A value that represents the elements for the indexer.

Vea también

Referencia

ISfcSimpleMap<TKey, TValue> Interfaz

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc