SystemDomainListGetResponse 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 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>
要在响应中返回的系统域列表的数组。