다음을 통해 공유


SystemPropertiesGetResponse 생성자

정의

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

오버로드

SystemPropertiesGetResponse()

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

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

지정된 작업 결과 및 시스템 속성 목록을 포함하는 SystemPropertiesGetResponse 클래스의 새 인스턴스를 초기화합니다.

SystemPropertiesGetResponse()

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

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

적용 대상

SystemPropertiesGetResponse(OperationResult, Collection<SystemPropertyValue>)

지정된 작업 결과 및 시스템 속성 목록을 포함하는 SystemPropertiesGetResponse 클래스의 새 인스턴스를 초기화합니다.

public:
 SystemPropertiesGetResponse(Microsoft::MasterDataServices::OperationResult ^ OperationResult, System::Collections::ObjectModel::Collection<Microsoft::MasterDataServices::SystemPropertyValue ^> ^ SystemProperties);
public SystemPropertiesGetResponse (Microsoft.MasterDataServices.OperationResult OperationResult, System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> SystemProperties);
new Microsoft.MasterDataServices.SystemPropertiesGetResponse : Microsoft.MasterDataServices.OperationResult * System.Collections.ObjectModel.Collection<Microsoft.MasterDataServices.SystemPropertyValue> -> Microsoft.MasterDataServices.SystemPropertiesGetResponse
Public Sub New (OperationResult As OperationResult, SystemProperties As Collection(Of SystemPropertyValue))

매개 변수

OperationResult
OperationResult

추적 및 로깅에 사용할 고유 ID를 포함하는 작업 결과입니다.

SystemProperties
Collection<SystemPropertyValue>

응답에 반환할 시스템 속성입니다.

적용 대상