Compartilhar via


Construtor ExportViewCreateResponse (OperationResult)

Initializes a new instance of the ExportViewCreateResponse 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 ExportViewCreateResponse(OperationResult)
public ExportViewCreateResponse(
    OperationResult OperationResult
)
public:
ExportViewCreateResponse(
    OperationResult^ OperationResult
)
new : 
        OperationResult:OperationResult -> ExportViewCreateResponse
public function ExportViewCreateResponse(
    OperationResult : OperationResult
)

Parâmetros