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>
)
매개 변수
- OperationResult
유형: Microsoft.MasterDataServices. . :: . .OperationResult
The operation result, including a unique ID for tracking and logging.
- SystemDomainLists
유형: System.Collections.ObjectModel. . :: . .Collection< (Of < ( <'SystemDomainList> ) > ) >
An array of the system domain lists to return in the response.