AbstractInstance クラス (Microsoft.Office.Server.ApplicationRegistry.Runtime)
ビジネス データ カタログのすべてのインスタンスの基本クラスを表します。これは抽象クラスで、インスタンス化することはできません。
名前空間: Microsoft.Office.Server.ApplicationRegistry.Runtime
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<DefaultMemberAttribute("Item")> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public MustInherit Class AbstractInstance
Implements IInstance
'使用
Dim instance As AbstractInstance
[DefaultMemberAttribute("Item")]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public abstract class AbstractInstance : IInstance
備考
AbstractInstance は永続的な ID を使用せずにメモリ内のデータ フィールドのコレクションを表します。AbstractEntityInstance クラスは永続的な ID をインスタンスに追加します。
継承階層
System.Object
Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractInstance
Microsoft.Office.Server.ApplicationRegistry.Runtime.AbstractEntityInstance
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
AbstractInstance メンバ
Microsoft.Office.Server.ApplicationRegistry.Runtime 名前空間