Costruttore BusinessRulesCreateRequest (International, BusinessRules, Boolean)
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and .
Spazio dei nomi Microsoft.MasterDataServices
Assembly: Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
International As International, _
BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
)
'Utilizzo
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
)
Parametri
- International
Tipo: Microsoft.MasterDataServices. . :: . .International
Cultural settings.
- BusinessRuleSet
Tipo: Microsoft.MasterDataServices. . :: . .BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
Tipo: System. . :: . .Boolean
Indicator whether the object should be returned with the newly generated ID.