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.
Retrieves the available business rule components (the component palette) for the specified member type.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function BusinessRulesPaletteGet ( _
International As International, _
MemberType As BREntityMemberType, _
<OutAttribute> ByRef OperationResult As OperationResult _
) As BusinessRulesPalette
'Usage
Dim instance As ServiceClient
Dim International As International
Dim MemberType As BREntityMemberType
Dim OperationResult As OperationResult
Dim returnValue As BusinessRulesPalette
returnValue = instance.BusinessRulesPaletteGet(International, _
MemberType, OperationResult)
public BusinessRulesPalette BusinessRulesPaletteGet(
International International,
BREntityMemberType MemberType,
out OperationResult OperationResult
)
public:
BusinessRulesPalette^ BusinessRulesPaletteGet(
International^ International,
BREntityMemberType MemberType,
[OutAttribute] OperationResult^% OperationResult
)
member BusinessRulesPaletteGet :
International:International *
MemberType:BREntityMemberType *
OperationResult:OperationResult byref -> BusinessRulesPalette
public function BusinessRulesPaletteGet(
International : International,
MemberType : BREntityMemberType,
OperationResult : OperationResult
) : BusinessRulesPalette
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- MemberType
Typ: Microsoft.MasterDataServices.BREntityMemberType
The member type to get (either consolidated or leaf).
- OperationResult
Typ: Microsoft.MasterDataServices.OperationResult%
When this method returns, contains the operation result. This parameter is passed uninitialized.
Rückgabewert
Typ: Microsoft.MasterDataServices.BusinessRulesPalette
The BusinessRulesPalette for the specified member type.