次の方法で共有


IEntity インターフェイス

顧客など、製品基幹業務 (LOB) アプリケーション内で外部コンテンツ タイプを表します。

名前空間:  Microsoft.BusinessData.MetadataModel
アセンブリ:  Microsoft.BusinessData (Microsoft.BusinessData.dll 内)

構文

'宣言
Public Interface IEntity _
    Inherits IDataClass, IAccessControlledMetadataObject, IMetadataObject, IMetadataStruct
'使用
Dim instance As IEntity
public interface IEntity : IDataClass, 
    IAccessControlledMetadataObject, IMetadataObject, IMetadataStruct

注釈

外部コンテンツ タイプには、識別子、メソッド、およびアクションが含まれています。外部コンテンツ タイプの他の関連する外部コンテンツ タイプに関連することもできます。たとえば、顧客と注文のリレーションシップを共有しているため、AdventureWorks システムで外部コンテンツ タイプに関連付けがある: 顧客の注文を作成します。このリレーションシップは、メタデータに関連付けとして実装されます。

ビジネス オブジェクト、たとえば、顧客 #88697 と注文 #1000 LOB アプリケーションでは、外部アイテムと呼ばれます。外部コンテンツ タイプは、データベースのテーブルに対応付け、その外部コンテンツ タイプのインスタンスの行としてみなすことができます。

Code Snippet: Get the DatabaseBackedMetadataCatalog on the Server

Code Snippet: Get the RemoteSharedFileBackedMetadataCatalog on the Client

Code Snippet: Execute a Finder Method Instance of an External Content Type

Code Snippet: Execute the AssociationNavigator Method Instance of an External Content Type for an Association Without a Foreign Key

Code Snippet: Execute the Associator and Disassociator Method Instances of an External Content Type

Code Snippet: Execute the BulkAssociationNavigator Method Instance of an External Content Type

関連項目

参照先

IEntity メンバー

Microsoft.BusinessData.MetadataModel 名前空間