ServiceClient.BusinessRulesCreate Method (International, BusinessRules, Boolean)

 

Applies To: SQL Server 2016 Preview

Creates new business rules instance.

Namespace:   Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Syntax

public OperationResult BusinessRulesCreate(
    International International,
    ref BusinessRules BusinessRuleSet,
    bool ReturnCreatedIdentifiers
)
public:
OperationResult^ BusinessRulesCreate(
    International^ International,
    BusinessRules^% BusinessRuleSet,
    bool ReturnCreatedIdentifiers
)
member BusinessRulesCreate : 
        International:International *
        BusinessRuleSet:BusinessRules byref *
        ReturnCreatedIdentifiers:bool -> OperationResult
Public Function BusinessRulesCreate (
    International As International,
    ByRef BusinessRuleSet As BusinessRules,
    ReturnCreatedIdentifiers As Boolean
) As OperationResult

Parameters

  • ReturnCreatedIdentifiers
    Type: System.Boolean

    true to return the newly generated identifiers; otherwise, false.

Return Value

Type: Microsoft.MasterDataServices.OperationResult

An OperationResult object that represents the result of the operation.

See Also

ServiceClient Class
Microsoft.MasterDataServices Namespace

Return to top