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.
Creates new business rules instance.
Namespace: Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Syntax
'Declaration
Public Function BusinessRulesCreate ( _
International As International, _
ByRef BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
) As OperationResult
'Usage
Dim instance As ServiceClient
Dim International As International
Dim BusinessRuleSet As BusinessRules
Dim ReturnCreatedIdentifiers As Boolean
Dim returnValue As OperationResult
returnValue = instance.BusinessRulesCreate(International, _
BusinessRuleSet, ReturnCreatedIdentifiers)
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 : International,
BusinessRuleSet : BusinessRules,
ReturnCreatedIdentifiers : boolean
) : OperationResult
Parameter
- International
Typ: Microsoft.MasterDataServices.International
The cultural settings.
- BusinessRuleSet
Typ: Microsoft.MasterDataServices.BusinessRules%
The set of business rules (array of actions or conditions) for the newly created business rules instance, passed by reference.
- ReturnCreatedIdentifiers
Typ: System.Boolean
true to return the newly generated identifiers; otherwise, false.
Rückgabewert
Typ: Microsoft.MasterDataServices.OperationResult
An OperationResult object that represents the result of the operation.