BusinessRulesPaletteGetRequest コンストラクター (International, BREntityMemberType)

指定されたカルチャ設定とメンバーの種類を使用して BusinessRulesPaletteGetRequest クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.MasterDataServices
アセンブリ:  Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)

構文

'宣言
Public Sub New ( _
    International As International, _
    MemberType As BREntityMemberType _
)
'使用
Dim International As International
Dim MemberType As BREntityMemberType

Dim instance As New BusinessRulesPaletteGetRequest(International, _
    MemberType)
public BusinessRulesPaletteGetRequest(
    International International,
    BREntityMemberType MemberType
)
public:
BusinessRulesPaletteGetRequest(
    International^ International, 
    BREntityMemberType MemberType
)
new : 
        International:International * 
        MemberType:BREntityMemberType -> BusinessRulesPaletteGetRequest
public function BusinessRulesPaletteGetRequest(
    International : International, 
    MemberType : BREntityMemberType
)

パラメーター