Interfaz ISfcSimpleMap<TKey, TValue>
Represents a simple interface for the indexer. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 no admite tipos y métodos genéricos.
Parámetros de tipo
- TKey
- TValue
El tipo ISfcSimpleMap<TKey, TValue> expone los siguientes miembros.
Propiedades
Nombre | Descripción | |
---|---|---|
Item | Gets the elements for the indexer. |
Arriba