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.
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
)
Parameter
- International
Typ: Microsoft.MasterDataServices.International
Cultural settings.
- BusinessRuleSet
Typ: Microsoft.MasterDataServices.BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
Typ: System.Boolean
Indicator whether the object should be returned with the newly generated ID.
Siehe auch
Verweis
BusinessRulesCreateRequest Klasse