共用方式為


SystemDomainListGetResponse 建構函式 (OperationResult, Collection(SystemDomainList))

Initializes a new instance of the SystemDomainListGetResponse class that has the specified operation result and system domain lists.

命名空間:  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>
)

參數