EntityStagingLoadRequest 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
엔터티가 스테이징 로드 멤버의 요청 메시지 계약을 나타냅니다.
public ref class EntityStagingLoadRequest
[System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
[System.Diagnostics.DebuggerStepThrough]
[System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingLoadRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")]
public class EntityStagingLoadRequest
[<System.CodeDom.Compiler.GeneratedCode("System.ServiceModel", "4.0.0.0")>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
[<System.Diagnostics.DebuggerStepThrough>]
[<System.ServiceModel.MessageContract(IsWrapped=true, WrapperName="EntityStagingLoadRequest", WrapperNamespace="http://schemas.microsoft.com/sqlserver/masterdataservices/2009/09")>]
type EntityStagingLoadRequest = class
Public Class EntityStagingLoadRequest
- 상속
-
EntityStagingLoadRequest
- 특성
생성자
| Name | Description |
|---|---|
| EntityStagingLoadRequest() |
EntityStagingLoadRequest 클래스의 새 인스턴스를 초기화합니다. |
| EntityStagingLoadRequest(International, String, EntityStagingImportType, Collection<EntityMembers>, Boolean) |
EntityStagingLoadRequest 클래스의 새 인스턴스를 초기화합니다. |
필드
| Name | Description |
|---|---|
| BatchTag |
스테이징 배치를 식별하기 위한 배치 태그를 지정합니다. |
| ImportType |
스테이징되는 가져오기 유형을 지정합니다. |
| International |
문화적 배경을 명시합니다. |
| ModelMembers |
로드할 모델 멤버를 지정합니다. |
| QueueForProcessing |
이 부하 중에 생성된 스테이징 배치를 처리 대기열에 넣어야 하는지 나타줍니다. |