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.