EntityMemberAnnotationsGetResponse 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
EntityMemberAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.
오버로드
EntityMemberAnnotationsGetResponse() |
기본값을 포함하는 EntityMemberAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다. |
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier) |
지정된 주석, 엔터티 ID, 멤버 ID, 모델 ID, 버전 ID 및 작업 결과를 포함하는 EntityMemberAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다. |
EntityMemberAnnotationsGetResponse()
기본값을 포함하는 EntityMemberAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.
public:
EntityMemberAnnotationsGetResponse();
public EntityMemberAnnotationsGetResponse ();
Public Sub New ()
적용 대상
EntityMemberAnnotationsGetResponse(Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)
지정된 주석, 엔터티 ID, 멤버 ID, 모델 ID, 버전 ID 및 작업 결과를 포함하는 EntityMemberAnnotationsGetResponse 클래스의 새 인스턴스를 초기화합니다.
public:
EntityMemberAnnotationsGetResponse(System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::Annotation ^> ^ Annotations, Microsoft::MasterDataServices::Identifier ^ EntityId, Microsoft::MasterDataServices::MemberIdentifier ^ MemberId, Microsoft::MasterDataServices::Identifier ^ ModelId, Microsoft::MasterDataServices::OperationResult ^ OperationResult, Microsoft::MasterDataServices::Identifier ^ VersionId);
public EntityMemberAnnotationsGetResponse (System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> Annotations, Microsoft.MasterDataServices.Identifier EntityId, Microsoft.MasterDataServices.MemberIdentifier MemberId, Microsoft.MasterDataServices.Identifier ModelId, Microsoft.MasterDataServices.OperationResult OperationResult, Microsoft.MasterDataServices.Identifier VersionId);
new Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse : System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.Annotation> * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.MemberIdentifier * Microsoft.MasterDataServices.Identifier * Microsoft.MasterDataServices.OperationResult * Microsoft.MasterDataServices.Identifier -> Microsoft.MasterDataServices.EntityMemberAnnotationsGetResponse
Public Sub New (Annotations As Collection(Of Annotation), EntityId As Identifier, MemberId As MemberIdentifier, ModelId As Identifier, OperationResult As OperationResult, VersionId As Identifier)
매개 변수
- Annotations
- Collection<Annotation>
만들려는 주석의 배열입니다.
- EntityId
- Identifier
엔터티의 GUID(Globally Unique Identifier) 또는 정확한 이름입니다.
- MemberId
- MemberIdentifier
멤버의 식별자입니다.
- ModelId
- Identifier
모델의 GUID 또는 정확한 이름입니다.
- OperationResult
- OperationResult
추적 및 로깅에 사용할 고유 ID를 포함하는 작업 결과입니다.
- VersionId
- Identifier
모델 버전의 GUID 또는 정확한 이름입니다.