次の方法で共有


SystemDomainListGetResponse コンストラクター (OperationResult, Collection<SystemDomainList>)

指定された操作結果とシステム ドメイン リストを持つ 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>
)

パラメーター

関連項目

参照

SystemDomainListGetResponse クラス

SystemDomainListGetResponse オーバーロード

Microsoft.MasterDataServices 名前空間