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。

适用于