言語

EntityStagingLoadRequest コンストラクター

定義

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

オーバーロード

名前 説明
EntityStagingLoadRequest()

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

EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

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

EntityStagingLoadRequest()

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

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

適用対象

EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean)

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

public:
 EntityStagingLoadRequest(Microsoft::MasterDataServices::International ^ International, System::String ^ BatchTag, Microsoft::MasterDataServices::EntityStagingImportType ImportType, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::EntityMembers ^> ^ ModelMembers, bool QueueForProcessing);
public EntityStagingLoadRequest(Microsoft.MasterDataServices.International International, string BatchTag, Microsoft.MasterDataServices.EntityStagingImportType ImportType, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> ModelMembers, bool QueueForProcessing);
new Microsoft.MasterDataServices.EntityStagingLoadRequest : Microsoft.MasterDataServices.International * string * Microsoft.MasterDataServices.EntityStagingImportType * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.EntityMembers> * bool -> Microsoft.MasterDataServices.EntityStagingLoadRequest
Public Sub New (International As International, BatchTag As String, ImportType As EntityStagingImportType, ModelMembers As Collection(Of EntityMembers), QueueForProcessing As Boolean)

パラメーター

International
International

文化的な設定。

BatchTag
String

バッチタグはステージングバッチを識別します。

ImportType
EntityStagingImportType

インポートタイプがステージングされています。

ModelMembers
Collection<EntityMembers>

モデルメンバーを読み込む必要があります。

QueueForProcessing
Boolean

True ステータスを「キューにして実行」に設定します。そうでなければ、 false

適用対象