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.