다음을 통해 공유


SystemPropertiesGetRequest 생성자

정의

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

오버로드

SystemPropertiesGetRequest()

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

SystemPropertiesGetRequest(International)

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

SystemPropertiesGetRequest()

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

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

적용 대상

SystemPropertiesGetRequest(International)

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

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

매개 변수

International
International

culture 설정입니다.

적용 대상