DataClass クラス (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
すべてのエンティティの基本クラスを表します。
名前空間: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class DataClass
Inherits AccessControlledMetadataObject
'使用
Dim instance As DataClass
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public class DataClass : AccessControlledMetadataObject
備考
DataClass は抽象概念です。Entity がそれぞれ固定した持続的なアイデンティティを持つ具体的で持続的な関連フィールドのコレクションを表すのに対して、DataClass は一時的なアイデンティティを持つ非持続的な関連フィールドのコレクションを表します。DataClass は次のように理解することができます。
DataClass + Identifier => Entity
継承階層
System.Object
Microsoft.Office.Server.ApplicationRegistry.MetadataModel.MetadataObject
Microsoft.Office.Server.ApplicationRegistry.MetadataModel.AccessControlledMetadataObject
Microsoft.Office.Server.ApplicationRegistry.MetadataModel.DataClass
Microsoft.Office.Server.ApplicationRegistry.MetadataModel.Entity
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
DataClass メンバ
Microsoft.Office.Server.ApplicationRegistry.MetadataModel 名前空間