次の方法で共有


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>

応答で返されるシステム ドメイン リストの配列。

適用対象