Compartir a través de


SystemDomainListGetResponse Constructor (OperationResult, Collection<SystemDomainList>)

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

Espacio de nombres:  Microsoft.MasterDataServices
Ensamblado:  Microsoft.MasterDataServices (en Microsoft.MasterDataServices.dll)

Sintaxis

'Declaración
Public Sub New ( _
    OperationResult As OperationResult, _
    SystemDomainLists As Collection(Of SystemDomainList) _
)
'Uso
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>
)

Parámetros

Vea también

Referencia

SystemDomainListGetResponse Clase

Sobrecarga de SystemDomainListGetResponse

Espacio de nombres Microsoft.MasterDataServices