言語

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

エンティティのステージングバッチを取得するための基準。

適用対象