ServiceClient.BusinessRulesPaletteGet Method (International, BREntityMemberType, OperationResult)

 

Applies To: SQL Server 2016 Preview

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

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 As International,
    MemberType As BREntityMemberType,
    <OutAttribute> ByRef OperationResult As OperationResult
) As BusinessRulesPalette

Parameters

Return Value

Type: Microsoft.MasterDataServices.BusinessRulesPalette

The BusinessRulesPalette for the specified member type.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top