Konstruktor EntityMemberAnnotationsGetResponse (Collection<Annotation>, Identifier, MemberIdentifier, Identifier, OperationResult, Identifier)
Inicjuje nowe wystąpienie EntityMemberAnnotationsGetResponse klasy, który ma adnotacje określone, obiekt, element członkowski, modelu i identyfikator wersja i wynik operacji.
Przestrzeń nazw: Microsoft.MasterDataServices
Zestaw: Microsoft.MasterDataServices (w Microsoft.MasterDataServices.dll)
Składnia
'Deklaracja
Public Sub New ( _
Annotations As Collection(Of Annotation), _
EntityId As Identifier, _
MemberId As MemberIdentifier, _
ModelId As Identifier, _
OperationResult As OperationResult, _
VersionId As Identifier _
)
'Użycie
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
)
Parametry
- Annotations
Typ: System.Collections.ObjectModel.Collection<Annotation>
Tablica adnotacje do utworzenia.
- EntityId
Typ: Microsoft.MasterDataServices.Identifier
Unikatowy identyfikator globalny (GUID) lub dokładnej nazwy obiekt.
- MemberId
Typ: Microsoft.MasterDataServices.MemberIdentifier
Identyfikator element członkowski.
- ModelId
Typ: Microsoft.MasterDataServices.Identifier
Identyfikator GUID lub dokładną nazwę modelu.
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult
Wynik operacji tym unikatowy identyfikator śledzenie i rejestrowanie.
- VersionId
Typ: Microsoft.MasterDataServices.Identifier
Identyfikator GUID lub dokładnej nazwy wersja modelu.