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)

generic<typename TKey, typename TValue>
[DefaultMemberAttribute("Item")]
public interface class ISfcSimpleMap

NameDescription
System_CAPS_pubpropertyItem[TKey]

Gets the elements for the indexer.

Return to top
Show: