Partager via


Constructeur EntityMemberKeyGetRequest (International, Identifier, MemberKeyLookupType, Collection<MemberKey>, MemberType, Identifier, Identifier)

Initializes a new instance of the EntityMemberKeyGetRequest class that has the specified cultural settings, lookup and member types, and entity, model, and version identifiers.

Espace de noms :  Microsoft.MasterDataServices
Assembly :  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    International As International, _
    EntityId As Identifier, _
    LookupType As MemberKeyLookupType, _
    MemberKeys As Collection(Of MemberKey), _
    MemberType As MemberType, _
    ModelId As Identifier, _
    VersionId As Identifier _
)
'Utilisation
Dim International As International
Dim EntityId As Identifier
Dim LookupType As MemberKeyLookupType
Dim MemberKeys As Collection(Of MemberKey)
Dim MemberType As MemberType
Dim ModelId As Identifier
Dim VersionId As Identifier

Dim instance As New EntityMemberKeyGetRequest(International, _
    EntityId, LookupType, MemberKeys, _
    MemberType, ModelId, VersionId)
public EntityMemberKeyGetRequest(
    International International,
    Identifier EntityId,
    MemberKeyLookupType LookupType,
    Collection<MemberKey> MemberKeys,
    MemberType MemberType,
    Identifier ModelId,
    Identifier VersionId
)
public:
EntityMemberKeyGetRequest(
    International^ International, 
    Identifier^ EntityId, 
    MemberKeyLookupType LookupType, 
    Collection<MemberKey^>^ MemberKeys, 
    MemberType MemberType, 
    Identifier^ ModelId, 
    Identifier^ VersionId
)
new : 
        International:International * 
        EntityId:Identifier * 
        LookupType:MemberKeyLookupType * 
        MemberKeys:Collection<MemberKey> * 
        MemberType:MemberType * 
        ModelId:Identifier * 
        VersionId:Identifier -> EntityMemberKeyGetRequest
public function EntityMemberKeyGetRequest(
    International : International, 
    EntityId : Identifier, 
    LookupType : MemberKeyLookupType, 
    MemberKeys : Collection<MemberKey>, 
    MemberType : MemberType, 
    ModelId : Identifier, 
    VersionId : Identifier
)

Paramètres

Voir aussi

Référence

EntityMemberKeyGetRequest Classe

Surcharge EntityMemberKeyGetRequest

Espace de noms Microsoft.MasterDataServices