EntityMemberKeyGetResponse クラス

定義

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

public ref class EntityMemberKeyGetResponse
[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="EntityMemberKeyGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberKeyGetResponse
[<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="EntityMemberKeyGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberKeyGetResponse = class
Public Class EntityMemberKeyGetResponse
継承
EntityMemberKeyGetResponse
属性

コンストラクター

名前 説明
EntityMemberKeyGetResponse()

デフォルト値を持つ EntityMemberKeyGetResponse クラスの新しいインスタンスを初期化します。

EntityMemberKeyGetResponse(Collection<MemberKey>, OperationResult)

指定されたメンバーキーと操作結果を持つ EntityMemberKeyGetResponse クラスの新しいインスタンスを初期化します。

フィールド

名前 説明
MemberKeys

会員鍵のコレクション。

OperationResult

この操作結果には、追跡と記録のための一意IDが含まれます。

適用対象