다음을 통해 공유


EntityStagingGetRequest 생성자

정의

EntityStagingGetRequest 클래스의 새 인스턴스를 초기화합니다.

오버로드

EntityStagingGetRequest()

EntityStagingGetRequest 클래스의 새 인스턴스를 초기화합니다.

EntityStagingGetRequest(International, EntityStagingGetCriteria)

지정한 국가별 설정 및 가져오기 조건을 포함하는 EntityStagingGetRequest 클래스의 새 인스턴스를 초기화합니다.

EntityStagingGetRequest()

EntityStagingGetRequest 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

EntityStagingGetRequest(International, EntityStagingGetCriteria)

지정한 국가별 설정 및 가져오기 조건을 포함하는 EntityStagingGetRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityStagingGetRequest(Microsoft::MasterDataServices::International ^ International, Microsoft::MasterDataServices::EntityStagingGetCriteria ^ GetCriteria);
public EntityStagingGetRequest (Microsoft.MasterDataServices.International International, Microsoft.MasterDataServices.EntityStagingGetCriteria GetCriteria);
new Microsoft.MasterDataServices.EntityStagingGetRequest : Microsoft.MasterDataServices.International * Microsoft.MasterDataServices.EntityStagingGetCriteria -> Microsoft.MasterDataServices.EntityStagingGetRequest
Public Sub New (International As International, GetCriteria As EntityStagingGetCriteria)

매개 변수

International
International

culture 설정입니다.

GetCriteria
EntityStagingGetCriteria

엔터티 준비 일괄 처리를 가져오는 데 사용할 조건입니다.

적용 대상