BusinessRulesCreateRequest 构造函数 (International, BusinessRules, Boolean)
Initializes a new instance of the BusinessRulesCreateRequest class with the specified cultural settings, set of business rules, and .
命名空间: Microsoft.MasterDataServices
程序集: Microsoft.MasterDataServices(在 Microsoft.MasterDataServices.dll 中)
语法
声明
Public Sub New ( _
International As International, _
BusinessRuleSet As BusinessRules, _
ReturnCreatedIdentifiers As Boolean _
)
用法
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
)
参数
- International
类型:Microsoft.MasterDataServices.International
Cultural settings.
- BusinessRuleSet
类型:Microsoft.MasterDataServices.BusinessRules
A set of business rules.
- ReturnCreatedIdentifiers
类型:System.Boolean
Indicator whether the object should be returned with the newly generated ID.