Конструктор ExportViewCreateResponse (OperationResult)
Initializes a new instance of the ExportViewCreateResponse class that has the specified operation result.
Пространство имен: Microsoft.MasterDataServices
Сборка: Microsoft.MasterDataServices (в Microsoft.MasterDataServices.dll)
Синтаксис
'Декларация
Public Sub New ( _
OperationResult As OperationResult _
)
'Применение
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
)
Параметры
- OperationResult
Тип: Microsoft.MasterDataServices.OperationResult
The operation result, including a unique ID for tracking and logging.
См. также
Справочник
ExportViewCreateResponse Класс