次の方法で共有


EntityMemberAttributesGetResponse コンストラクター

定義

EntityMemberAttributesGetResponse クラスの新しいインスタンスを初期化します。

オーバーロード

EntityMemberAttributesGetResponse()

EntityMemberAttributesGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

EntityMemberAttributesGetResponse(EntityMembers, OperationResult)

指定されたエンティティ メンバーと操作結果を持つ EntityMemberAttributesGetResponse クラスの新しいインスタンスを初期化します。

EntityMemberAttributesGetResponse()

EntityMemberAttributesGetResponse クラスの既定値を持つ新しいインスタンスを初期化します。

public:
 EntityMemberAttributesGetResponse();
public EntityMemberAttributesGetResponse ();
Public Sub New ()

適用対象

EntityMemberAttributesGetResponse(EntityMembers, OperationResult)

指定されたエンティティ メンバーと操作結果を持つ EntityMemberAttributesGetResponse クラスの新しいインスタンスを初期化します。

public:
 EntityMemberAttributesGetResponse(Microsoft::MasterDataServices::EntityMembers ^ EntityMembers, Microsoft::MasterDataServices::OperationResult ^ OperationResult);
public EntityMemberAttributesGetResponse (Microsoft.MasterDataServices.EntityMembers EntityMembers, Microsoft.MasterDataServices.OperationResult OperationResult);
new Microsoft.MasterDataServices.EntityMemberAttributesGetResponse : Microsoft.MasterDataServices.EntityMembers * Microsoft.MasterDataServices.OperationResult -> Microsoft.MasterDataServices.EntityMemberAttributesGetResponse
Public Sub New (EntityMembers As EntityMembers, OperationResult As OperationResult)

パラメーター

EntityMembers
EntityMembers

エンティティ メンバー。

OperationResult
OperationResult

追跡およびログ記録の一意の ID を含む操作結果。

適用対象