次の方法で共有


EntityMemberAnnotationsGetResponse クラス

応答の詳細を保持します。

継承階層

System.Object
  Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
<MessageContractAttribute(WrapperName := "EntityMemberAnnotationsGetResponse",  _
    WrapperNamespace := "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09",  _
    IsWrapped := True)> _
Public Class EntityMemberAnnotationsGetResponse
'使用
Dim instance As EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public class EntityMemberAnnotationsGetResponse
[MessageContractAttribute(WrapperName = L"EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = L"https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)]
public ref class EntityMemberAnnotationsGetResponse
[<MessageContractAttribute(WrapperName = "EntityMemberAnnotationsGetResponse", 
    WrapperNamespace = "https://schemas.microsoft.com/sqlserver/masterdataservices/2009/09", 
    IsWrapped = true)>]
type EntityMemberAnnotationsGetResponse =  class end
public class EntityMemberAnnotationsGetResponse

EntityMemberAnnotationsGetResponse 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド EntityMemberAnnotationsGetResponse() EntityMemberAnnotationsGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。
パブリック メソッド EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) 指定された注釈、エンティティ、メンバー、モデル、バージョン ID、および操作結果を持つ EntityMemberAnnotationsGetResponse クラスの新しいインスタンスを初期化します。

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetType (Object から継承されています。)
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

フィールド

  名前 説明
パブリック フィールド Annotations 作成する注釈の配列。
パブリック フィールド EntityId エンティティのグローバル一意識別子 (GUID) または正確な名前。
パブリック フィールド MemberId メンバーの識別子。
パブリック フィールド ModelId モデルの GUID または正確な名前。
パブリック フィールド OperationResult 追跡およびログ記録の一意の ID を含む操作結果。
パブリック フィールド VersionId モデル バージョンの GUID または正確な名前。

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.MasterDataServices 名前空間