Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and .
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Sub New ( _
International As International, _
BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
)
'Usage
Dim International As International
Dim BusinessRuleSet As BusinessRules
Dim ReturnCreatedIdentifiers As Boolean
Dim instance As New BusinessRulesCreateRequest(International, _
BusinessRuleSet, ReturnCreatedIdentifiers)
public BusinessRulesCreateRequest(
International International,
BusinessRules BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
public:
BusinessRulesCreateRequest(
International^ International,
BusinessRules^ BusinessRuleSet,
bool ReturnCreatedIdentifiers
)
new :
International:International *
BusinessRuleSet:BusinessRules *
ReturnCreatedIdentifiers:bool -> BusinessRulesCreateRequest
public function BusinessRulesCreateRequest(
International : International,
BusinessRuleSet : BusinessRules,
ReturnCreatedIdentifiers : boolean
)
Parameters
- International
Type: Microsoft.MasterDataServices.International
Cultural settings.
- BusinessRuleSet
Type: Microsoft.MasterDataServices.BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
Type: System.Boolean
Indicator whether the object should be returned with the newly generated ID.
See Also
Reference
BusinessRulesCreateRequest Class