SystemDomainListGetResponse 建構函式

定義

初始化 SystemDomainListGetResponse 類別的新執行個體。

多載

SystemDomainListGetResponse()

初始化包含預設值之 SystemDomainListGetResponse 類別的新執行個體。

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

初始化具有指定的作業結果和系統網域清單之 SystemDomainListGetResponse 類別的新執行個體。

SystemDomainListGetResponse()

初始化包含預設值之 SystemDomainListGetResponse 類別的新執行個體。

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

適用於

SystemDomainListGetResponse(OperationResult, Collection<SystemDomainList>)

初始化具有指定的作業結果和系統網域清單之 SystemDomainListGetResponse 類別的新執行個體。

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))

參數

OperationResult
OperationResult

作業結果,包括追蹤和記錄的唯一識別碼。

SystemDomainLists
Collection<SystemDomainList>

要在回應中傳回之系統網域清單的陣列。

適用於