다음을 통해 공유


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

culture 설정입니다.

BatchTag
String

준비 일괄 처리를 식별하기 위한 일괄 처리 태그입니다.

ImportType
EntityStagingImportType

준비할 가져오기 유형입니다.

ModelMembers
Collection<EntityMembers>

로드할 모델 멤버입니다.

QueueForProcessing
Boolean

실행을 위해 대기 상태로 설정하려면 True이고, 그렇지 않으면 false입니다.

적용 대상