Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of the BusinessRulesPaletteGetRequest class with the specified cultural settings and member types.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
MemberType As BREntityMemberType _
)
'Usage
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
Cultural settings.
- MemberType
Typ: Microsoft.MasterDataServices.BREntityMemberType
Member types.
Siehe auch
Verweis
BusinessRulesPaletteGetRequest Klasse