다음을 통해 공유


ExportViewListGetRequest 생성자

정의

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

오버로드

ExportViewListGetRequest()

기본값을 포함하는 ExportViewListGetRequest 클래스의 새 인스턴스를 초기화합니다.

ExportViewListGetRequest(International)

지정된 culture 설정을 포함하는 ExportViewListGetRequest 클래스의 새 인스턴스를 초기화합니다.

ExportViewListGetRequest()

기본값을 포함하는 ExportViewListGetRequest 클래스의 새 인스턴스를 초기화합니다.

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

적용 대상

ExportViewListGetRequest(International)

지정된 culture 설정을 포함하는 ExportViewListGetRequest 클래스의 새 인스턴스를 초기화합니다.

public:
 ExportViewListGetRequest(Microsoft::MasterDataServices::International ^ International);
public ExportViewListGetRequest (Microsoft.MasterDataServices.International International);
new Microsoft.MasterDataServices.ExportViewListGetRequest : Microsoft.MasterDataServices.International -> Microsoft.MasterDataServices.ExportViewListGetRequest
Public Sub New (International As International)

매개 변수

International
International

culture 설정입니다.

적용 대상