EntityMemberAnnotationsGetResponse 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
保留响应的详细信息。
public ref class EntityMemberAnnotationsGetResponse
[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="EntityMemberAnnotationsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityMemberAnnotationsGetResponse
[<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="EntityMemberAnnotationsGetResponse", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityMemberAnnotationsGetResponse = class
Public Class EntityMemberAnnotationsGetResponse
- 继承
-
EntityMemberAnnotationsGetResponse
- 属性
构造函数
EntityMemberAnnotationsGetResponse() |
初始化具有默认值的 EntityMemberAnnotationsGetResponse 类的新实例。 |
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) |
初始化 EntityMemberAnnotationsGetResponse 类的新实例,该实例具有指定的批注、实体、成员、模型、版本 ID 以及操作结果。 |
字段
Annotations |
要创建的批注的数组。 |
EntityId |
实体的全局唯一标识符 (GUID) 或确切名称。 |
MemberId |
成员的标识符。 |
ModelId |
模型的 GUID 或确切名称。 |
OperationResult |
操作结果,包括用于跟踪和日志记录的唯一 ID。 |
VersionId |
模型版本的 GUID 或确切名称。 |