Share via


ISfcSimpleMap<TKey, TValue> Interface

Represents a simple interface for the indexer. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

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

Syntax

'Declaration
Public Interface ISfcSimpleMap(Of TKey, TValue)
'Usage
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 does not support generic types and methods.

Type Parameters

  • TKey
  • TValue

The ISfcSimpleMap<TKey, TValue> type exposes the following members.

Properties

  Name Description
Public property Item Gets the elements for the indexer.

Top