Initializes a new instance of the EntityMemberAttributesGetRequest class with the specified entity members.
命名空间: Microsoft.MasterDataServices.Services.MessageContracts
程序集: Microsoft.MasterDataServices.Services.Contracts(在 Microsoft.MasterDataServices.Services.Contracts.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
)
参数
请参阅
参考
EntityMemberAttributesGetRequest 类