EntityMemberAttributesGetResponse 类

定义

表示可以返回 EntityMembersOperationResult 类型的响应

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

构造函数

EntityMemberAttributesGetResponse()

初始化具有默认值的 EntityMemberAttributesGetResponse 类的新实例。

EntityMemberAttributesGetResponse(EntityMembers, OperationResult)

初始化具有指定的实体成员和操作结果的 EntityMemberAttributesGetResponse 类的新实例。

字段

EntityMembers

实体成员。

OperationResult

操作结果,包括用于跟踪和日志记录的唯一 ID。

适用于