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

操作结果包括用于跟踪和记录的唯一ID。

SystemDomainLists
Collection<SystemDomainList>

系统域的数组在响应中列出要返回。

适用于