Partilhar via


Interface ISfcSimpleMap(TKey, TValue)

Represents a simple interface for the indexer. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Interface ISfcSimpleMap(Of TKey, TValue)
'Uso
Dim instance As ISfcSimpleMap(Of TKey, TValue)
public interface ISfcSimpleMap<TKey, TValue>
generic<typename TKey, typename TValue>
public interface class ISfcSimpleMap
type ISfcSimpleMap<'TKey, 'TValue> =  interface end
JScript não dá suporte a tipos e métodos genéricos.

Parâmetros de tipo

  • TKey
  • TValue

O tipo ISfcSimpleMap<(Of <(<'TKey, TValue>)>)> expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Item Gets the elements for the indexer.

Início