EntityStagingLoadRequest 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
입니다.