Partager via


AbstractInstance, classe (Microsoft.Office.Server.ApplicationRegistry.Runtime)

Represents the base class for all instances in the Business Data Catalog. This is an abstract class and cannot be instantiated.

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

Syntaxe

'Déclaration
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public MustInherit Class AbstractInstance
    Implements IInstance
'Utilisation
Dim instance As AbstractInstance
[DefaultMemberAttribute("Item")] 
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)] 
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)] 
public abstract class AbstractInstance : IInstance

Remarques

AbstractInstance represents a collection of data fields in memory without a persistent identity. The AbstractEntityInstance class adds a persistent identity to the instances.

Hiérarchie d'héritage

System.Object
  Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance
     Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance

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 AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime, espace de noms