EntityMemberAttributesGetRequest 생성자 (EntityMembers)
Initializes a new instance of the EntityMemberAttributesGetRequest class with the specified entity members.
네임스페이스: Microsoft.MasterDataServices.Services.MessageContracts
어셈블리: Microsoft.MasterDataServices.Services(Microsoft.MasterDataServices.Services.dll)
구문
‘선언
Public Sub New ( _
Members As EntityMembers _
)
‘사용 방법
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
)
매개 변수
- Members
유형: Microsoft.MasterDataServices.Services.DataContracts. . :: . .EntityMembers
The entity members.