指定された操作結果とシステム ドメイン リストを持つ SystemDomainListGetResponse クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.MasterDataServices
アセンブリ: Microsoft.MasterDataServices (Microsoft.MasterDataServices.dll)
構文
'宣言
Public Sub New ( _
OperationResult As OperationResult, _
SystemDomainLists As Collection(Of SystemDomainList) _
)
'使用
Dim OperationResult As OperationResult
Dim SystemDomainLists As Collection(Of SystemDomainList)
Dim instance As New SystemDomainListGetResponse(OperationResult, _
SystemDomainLists)
public SystemDomainListGetResponse(
OperationResult OperationResult,
Collection<SystemDomainList> SystemDomainLists
)
public:
SystemDomainListGetResponse(
OperationResult^ OperationResult,
Collection<SystemDomainList^>^ SystemDomainLists
)
new :
OperationResult:OperationResult *
SystemDomainLists:Collection<SystemDomainList> -> SystemDomainListGetResponse
public function SystemDomainListGetResponse(
OperationResult : OperationResult,
SystemDomainLists : Collection<SystemDomainList>
)
パラメーター
- OperationResult
型: Microsoft.MasterDataServices.OperationResult
追跡およびログ記録の一意の ID を含む操作結果。
- SystemDomainLists
型: System.Collections.ObjectModel.Collection<SystemDomainList>
応答で返されるシステム ドメイン リストの配列。
関連項目
参照
SystemDomainListGetResponse クラス