EntityMembersGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示响应消息,它可能包含 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。 |