ModelContextIdentifier クラス
モデルのコンテキストに存在するマスター データ モデル オブジェクトの ID のセットを表します。この型には、オブジェクトのコンテキスト (親モデル) の識別子が含まれます。モデル コンテキストのあるオブジェクトの例には、エンティティ、バージョン、バージョン フラグ、および派生階層があります。
継承階層
System. . :: . .Object
Microsoft.MasterDataServices.Services.DataContracts. . :: . .Identifier
Microsoft.MasterDataServices.Services.DataContracts..::..ModelContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts. . :: . .DerivedHierarchyContextIdentifier
Microsoft.MasterDataServices.Services.DataContracts. . :: . .EntityContextIdentifier
名前空間: Microsoft.MasterDataServices.Services.DataContracts
アセンブリ: Microsoft.MasterDataServices.Services (Microsoft.MasterDataServices.Services.dll)
構文
'宣言
<SerializableAttribute> _
<DataContractAttribute(Name := "ModelContextIdentifier", Namespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")> _
Public Class ModelContextIdentifier _
Inherits Identifier
'使用
Dim instance As ModelContextIdentifier
[SerializableAttribute]
[DataContractAttribute(Name = "ModelContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class ModelContextIdentifier : Identifier
[SerializableAttribute]
[DataContractAttribute(Name = L"ModelContextIdentifier", Namespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public ref class ModelContextIdentifier : public Identifier
[<SerializableAttribute>]
[<DataContractAttribute(Name = "ModelContextIdentifier", Namespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type ModelContextIdentifier =
class
inherit Identifier
end
public class ModelContextIdentifier extends Identifier
ModelContextIdentifier 型は、以下のメンバーを公開しています。
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Id | すべてのインスタンスとコンテキストでオブジェクトを一意に識別する GUID を取得または設定します。 (Identifier から継承されています。) |
![]() |
InternalId | MDS インスタンス内でオブジェクトを一意に識別する整数 ID を取得または設定します。 (Identifier から継承されています。) |
![]() |
IsBlank | 識別子が空白かどうかを示す値を取得します。 (Identifier. . :: . .IsBlank をオーバーライドします。) |
![]() |
IsIdBlank | ID が空白 (空) かどうかを示す値を取得します。 (Identifier から継承されています。) |
![]() |
Name | コンテキスト内でのみオブジェクトを一意に識別するわかりやすい名を取得または設定します。 (Identifier から継承されています。) |
先頭に戻る
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | (Object から継承されています。) |
![]() |
Finalize | (Object から継承されています。) |
![]() |
GetHashCode | (Object から継承されています。) |
![]() |
GetType | (Object から継承されています。) |
![]() |
MemberwiseClone | (Object から継承されています。) |
![]() |
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)
.gif)