Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the EntityMemberAttributesGetRequest class with the specified entity members.
Namespace: Microsoft.MasterDataServices.Services.MessageContracts
Assembly: Microsoft.MasterDataServices.Services.Contracts (in Microsoft.MasterDataServices.Services.Contracts.dll)
Syntax
'Declaration
Public Sub New ( _
members As EntityMembers _
)
'Usage
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
)
Parameters
See Also
Reference
EntityMemberAttributesGetRequest Class
EntityMemberAttributesGetRequest Overload
Microsoft.MasterDataServices.Services.MessageContracts Namespace