Condividi tramite


Costruttore ExportViewCreateResponse (OperationResult)

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

Parametri