Bagikan melalui


SystemDomainListGetResponse Konstruktor

Definisi

Menginisialisasi instans baru kelas SystemDomainListGetResponse.

Overload

SystemDomainListGetResponse()

Menginisialisasi instans baru kelas SystemDomainListGetResponse yang memiliki nilai default.

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Menginisialisasi instans baru kelas SystemDomainListGetResponse yang memiliki hasil operasi dan daftar domain sistem yang ditentukan.

SystemDomainListGetResponse()

Menginisialisasi instans baru kelas SystemDomainListGetResponse yang memiliki nilai default.

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

Berlaku untuk

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

Menginisialisasi instans baru kelas SystemDomainListGetResponse yang memiliki hasil operasi dan daftar domain sistem yang ditentukan.

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

Parameter

OperationResult
OperationResult

Hasil operasi, termasuk ID unik untuk pelacakan dan pengelogan.

SystemDomainLists
Collection<SystemDomainList>

Array domain sistem mencantumkan untuk dikembalikan dalam respons.

Berlaku untuk