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
특성

생성자

Name Description
EntityMemberAnnotationsCreateRequest()

기본값을 사용하여 클래스의 새 인스턴스를 EntityMemberAnnotationsCreateRequest 초기화합니다.

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

지정된 문화 설정, 주석, 엔티티, 멤버, 모델, 버전 ID를 가진 클래스의 EntityMemberAnnotationsCreateRequest 새 인스턴스를 초기화합니다.

필드

Name Description
Annotations

만들어야 할 주석 배열.

EntityId

전 세계적으로 고유 식별자(GUID) 또는 엔터티의 정확한 이름입니다.

International

문화적 배경.

MemberId

회원의 식별자.

ModelId

GUID 또는 모델의 정확한 이름입니다.

VersionId

GUID 또는 모델 버전의 정확한 이름입니다.

적용 대상