Partager via


Constructeur EntityMemberAttributesGetRequest (EntityMembers)

Initializes a new instance of the EntityMemberAttributesGetRequest class with the specified entity members.

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

Syntaxe

'Déclaration
Public Sub New ( _
    Members As EntityMembers _
)
'Utilisation
Dim Members As EntityMembers

Dim instance As New EntityMemberAttributesGetRequest(Members)
public EntityMemberAttributesGetRequest(
    EntityMembers Members
)
public:
EntityMemberAttributesGetRequest(
    EntityMembers^ Members
)
new : 
        Members:EntityMembers -> EntityMemberAttributesGetRequest
public function EntityMemberAttributesGetRequest(
    Members : EntityMembers
)

Paramètres