言語

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>

システムドメインの配列が応答で返すリストです。

適用対象