EntityStagingLoadRequest 클래스

정의

엔터티가 스테이징 로드 멤버의 요청 메시지 계약을 나타냅니다.

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

이 부하 중에 생성된 스테이징 배치를 처리 대기열에 넣어야 하는지 나타줍니다.

적용 대상