次の方法で共有


BusinessRulesDeleteRequest コンストラクター

定義

BusinessRulesDeleteRequest クラスの新しいインスタンスを初期化します。

オーバーロード

BusinessRulesDeleteRequest()

BusinessRulesDeleteRequest クラスの新しいインスタンスを既定値で初期化します。

BusinessRulesDeleteRequest(International, BRDeleteCriteria)

指定されたカルチャ設定と削除条件を使用して BusinessRulesDeleteRequest クラスの新しいインスタンスを初期化します。

BusinessRulesDeleteRequest()

BusinessRulesDeleteRequest クラスの新しいインスタンスを既定値で初期化します。

public:
 BusinessRulesDeleteRequest();
public BusinessRulesDeleteRequest ();
Public Sub New ()

適用対象

BusinessRulesDeleteRequest(International, BRDeleteCriteria)

指定されたカルチャ設定と削除条件を使用して BusinessRulesDeleteRequest クラスの新しいインスタンスを初期化します。

public:
 BusinessRulesDeleteRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::BRDeleteCriteria ^ DeleteCriteria);
public BusinessRulesDeleteRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.BRDeleteCriteria DeleteCriteria);
new Microsoft.MasterDataServices.BusinessRulesDeleteRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.BRDeleteCriteria -> Microsoft.MasterDataServices.BusinessRulesDeleteRequest
Public Sub New (International As International, DeleteCriteria As BRDeleteCriteria)

パラメーター

International
International

カルチャの設定。

DeleteCriteria
BRDeleteCriteria

削除するアイテムのフィルター選択に使用する条件。

適用対象