Compartilhar via


Construtor ExportViewUpdateResponse (OperationResult)

Initializes a new instance of the ExportViewUpdateResponse class that has the specified operation result.

Namespace:  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (em Microsoft.MasterDataServices.dll)

Sintaxe

'Declaração
Public Sub New ( _
    OperationResult As OperationResult _
)
'Uso
Dim OperationResult As OperationResult

Dim instance As New ExportViewUpdateResponse(OperationResult)
public ExportViewUpdateResponse(
    OperationResult OperationResult
)
public:
ExportViewUpdateResponse(
    OperationResult^ OperationResult
)
new : 
        OperationResult:OperationResult -> ExportViewUpdateResponse
public function ExportViewUpdateResponse(
    OperationResult : OperationResult
)

Parâmetros