EntityMemberAnnotationsGetResponse 建構函式 (Collection(Annotation), Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)
Initializes a new instance of the EntityMemberAnnotationsGetResponse class that has the specified annotations, entity, member, model, and version ID, and operation result.
命名空間: Microsoft.MasterDataServices
組件: Microsoft.MasterDataServices (在 Microsoft.MasterDataServices.dll 中)
語法
'宣告
Public Sub New ( _
Annotations As Collection(Of Annotation), _
EntityId As Identifier, _
MemberId As MemberIdentifier, _
ModelId As Identifier, _
OperationResult As OperationResult, _
VersionId As Identifier _
)
'用途
Dim Annotations As Collection(Of Annotation)
Dim EntityId As Identifier
Dim MemberId As MemberIdentifier
Dim ModelId As Identifier
Dim OperationResult As OperationResult
Dim VersionId As Identifier
Dim instance As New EntityMemberAnnotationsGetResponse(Annotations, _
EntityId, MemberId, ModelId, OperationResult, _
VersionId)
public EntityMemberAnnotationsGetResponse(
Collection<Annotation> Annotations,
Identifier EntityId,
MemberIdentifier MemberId,
Identifier ModelId,
OperationResult OperationResult,
Identifier VersionId
)
public:
EntityMemberAnnotationsGetResponse(
Collection<Annotation^>^ Annotations,
Identifier^ EntityId,
MemberIdentifier^ MemberId,
Identifier^ ModelId,
OperationResult^ OperationResult,
Identifier^ VersionId
)
new :
Annotations:Collection<Annotation> *
EntityId:Identifier *
MemberId:MemberIdentifier *
ModelId:Identifier *
OperationResult:OperationResult *
VersionId:Identifier -> EntityMemberAnnotationsGetResponse
public function EntityMemberAnnotationsGetResponse(
Annotations : Collection<Annotation>,
EntityId : Identifier,
MemberId : MemberIdentifier,
ModelId : Identifier,
OperationResult : OperationResult,
VersionId : Identifier
)
參數
- Annotations
型別:System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'Annotation> ) > ) >
The array of annotations to create.
- EntityId
型別:Microsoft.MasterDataServices. . :: . .Identifier
The globally unique identifier (GUID) or the exact name of the entity.
- MemberId
型別:Microsoft.MasterDataServices. . :: . .MemberIdentifier
The identifier of the member.
- ModelId
型別:Microsoft.MasterDataServices. . :: . .Identifier
The GUID or the exact name of the model.
- OperationResult
型別:Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- VersionId
型別:Microsoft.MasterDataServices. . :: . .Identifier
The GUID or the exact name of the model version.