Propriedade do RDL ISfcSimpleMap<TKey, TValue>.Item
Gets the elements for the indexer.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- key
Tipo: TKey
The key of the value to get.
Valor da propriedade
Tipo: TValue
A value that represents the elements for the indexer.