Identifier クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MDS データベース内のすべてのシステム テーブルに関連付けられているグローバル一意識別子 (GUID)。
public ref class Identifier : Microsoft::MasterDataServices::Services::DataContracts::DataContractBase
[System.Runtime.Serialization.DataContract(Name="Identifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberAttributeIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberTypeContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier))]
[System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyContextIdentifier))]
[System.Serializable]
public class Identifier : Microsoft.MasterDataServices.Services.DataContracts.DataContractBase
[<System.Runtime.Serialization.DataContract(Name="Identifier", Namespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberAttributeIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.ModelContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberTypeContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.MemberIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.EntityContextIdentifier))>]
[<System.Runtime.Serialization.KnownType(typeof(Microsoft.MasterDataServices.Services.DataContracts.DerivedHierarchyContextIdentifier))>]
[<System.Serializable>]
type Identifier = class
inherit DataContractBase
Public Class Identifier
Inherits DataContractBase
- 継承
- 派生
- 属性
注釈
複合型は Identifier 、コンテキスト内の GUID と一意の名前を含む、マスター データ モデル オブジェクトの識別子のセットを指定します。
コンストラクター
Identifier() |
Identifier クラスの新しいインスタンスを初期化します。 |
プロパティ
Id |
識別子 Guidを指定します。 |
InternalId |
内部整数 ID を指定します。 |
Name |
名前を指定します。 |
メソッド
SetProperty<T>(T, T, String) |
プロパティを指定した値に変更します。 |
SetProperty<T>(T, T, String, Boolean) |
プロパティを指定した値に変更します。 |