EntityMemberAnnotationsCreateRequest 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔터티 멤버 주석을 생성할 때 요청되는 세부 사항을 명시합니다.
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 또는 모델 버전의 정확한 이름입니다. |