EntityMemberAttributesGetRequest 建構函式 (EntityMembers)
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 類別