Share via


ModelContextIdentifier クラス

定義

モデルのコンテキストに存在するマスター データ モデル オブジェクトの識別子のセット。

public ref class ModelContextIdentifier : Microsoft::MasterDataServices::Services::DataContracts::Identifier
[System.Runtime.Serialization.DataContract(Name="ModelContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Serializable]
public class ModelContextIdentifier : Microsoft.MasterDataServices.Services.DataContracts.Identifier
[<System.Runtime.Serialization.DataContract(Name="ModelContextIdentifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Serializable>]
type ModelContextIdentifier = class
    inherit Identifier
Public Class ModelContextIdentifier
Inherits Identifier
継承
ModelContextIdentifier
派生
属性

注釈

複合型は ModelContextIdentifier 、モデルのコンテキストに存在するマスター データ モデル オブジェクトの識別子のセットを指定します。 この型には、オブジェクト (親モデル) のコンテキストの識別子が含まれます。 モデル コンテキストを持つオブジェクトの例としては、エンティティ、バージョン、バージョン フラグ、派生階層があります。

コンストラクター

ModelContextIdentifier()

ModelContextIdentifier クラスの新しいインスタンスを初期化します。

プロパティ

Id

識別子 Guidを指定します。

(継承元 Identifier)
InternalId

内部整数 ID を指定します。

(継承元 Identifier)
ModelId

このオブジェクトが Identifier 関連付けられているモデルの を指定します。

Name

名前を指定します。

(継承元 Identifier)

メソッド

SetProperty<T>(T, T, String)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)
SetProperty<T>(T, T, String, Boolean)

プロパティを指定した値に変更します。
新しい値が古い値と異なるかどうかを返します。

(継承元 DataContractBase)

適用対象

こちらもご覧ください