EntityMemberAnnotationsCreateRequest 类

定义

指定当创建实体成员批注时所请求的内容的详细信息。

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

构造函数

EntityMemberAnnotationsCreateRequest()

使用默认值初始化 EntityMemberAnnotationsCreateRequest 类的新实例。

EntityMemberAnnotationsCreateRequest(International, Collection<Annotation>, Identifier, MemberIdentifier, Identifier, Identifier)

初始化 EntityMemberAnnotationsCreateRequest 类的新实例,该实例具有指定的区域性设置、批注以及实体、成员、模型和版本 ID。

字段

Annotations

要创建的批注的数组。

EntityId

实体的全局唯一标识符 (GUID) 或确切名称。

International

区域性设置。

MemberId

成员的标识符。

ModelId

模型的 GUID 或确切名称。

VersionId

模型版本的 GUID 或确切名称。

适用于