次の方法で共有


EntityStagingGetRequest コンストラクター

定義

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

オーバーロード

EntityStagingGetRequest()

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

EntityStagingGetRequest(International, EntityStagingGetCriteria)

指定した国際化条件と取得条件で EntityStagingGetRequest クラスの新しいインスタンスを初期化します。

EntityStagingGetRequest()

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

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

適用対象

EntityStagingGetRequest(International, EntityStagingGetCriteria)

指定した国際化条件と取得条件で EntityStagingGetRequest クラスの新しいインスタンスを初期化します。

public:
 EntityStagingGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria);
public EntityStagingGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria);
new Microsoft.MasterDataServices.EntityStagingGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria -> Microsoft.MasterDataServices.EntityStagingGetRequest
Public Sub New (International As International, GetCriteria As EntityStagingGetCriteria)

パラメーター

International
International

文化的な設定。

GetCriteria
EntityStagingGetCriteria

エンティティ ステージング バッチの取得に使用する条件。

適用対象