Partager via


NamedLobSystemDictionary, classe (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Represents a dictionary of LobSystem objects from the Business Data Catalog.

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
<SerializableAttribute> _
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Class NamedLobSystemDictionary
    Inherits Dictionary(Of String, LobSystem)
'Utilisation
Dim instance As NamedLobSystemDictionary
[SerializableAttribute] 
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public class NamedLobSystemDictionary : Dictionary<string,LobSystem>

Hiérarchie d'héritage

System.Object
   System.Collections.Generic.Dictionary
    Microsoft.Office.Server.ApplicationRegistry.MetadataModel.NamedLobSystemDictionary

Sécurité des threads

Les membres statiques publics de ce type (Shared en Visual Basic) sont sécurisés au niveau des threads. Il n'est pas garanti que les membres d'instance soient sécurisés au niveau des threads.

Voir aussi

Référence

Membres NamedLobSystemDictionary
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms