EntityStagingGetRequest 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
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
엔터티 준비 일괄 처리를 가져오는 데 사용할 조건입니다.