Condividi tramite


Costruttore ExportViewUpdateResponse (OperationResult)

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

Spazio dei nomi  Microsoft.MasterDataServices
Assembly:  Microsoft.MasterDataServices (in Microsoft.MasterDataServices.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    OperationResult As OperationResult _
)
'Utilizzo
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
)

Parametri