Share via


EntityMembersGetResponse クラス

定義

EntityMembers 複合型、EntityMembersInformation 複合型、および OperationResult 複合型が含まれている可能性のある応答メッセージを表します。

public ref class EntityMembersGetResponse
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMembersGetResponse
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityMembersGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMembersGetResponse = class
Public Class EntityMembersGetResponse
継承
EntityMembersGetResponse
属性

コンストラクター

EntityMembersGetResponse()

EntityMembersGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

EntityMembersGetResponse(EntityMembers, EntityMembersInformation, OperationResult)

指定されたエンティティ メンバー、エンティティ メンバー情報、および操作結果を持つ EntityMembersGetResponse クラスの新しいインスタンスを初期化します。

フィールド

EntityMembers

エンティティ メンバー。

EntityMembersInformation

エンティティ メンバー情報。

OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象