共用方式為


OperationException 建構函式

此 API 支援 SQL Server 2012 基礎結構,但無法直接從您的程式碼使用。

Initializes a new instance of the OperationException class.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Sub New ( _
    results As XmlaResultCollection _
)
'用途
Dim results As XmlaResultCollection 

Dim instance As New OperationException(results)
public OperationException(
    XmlaResultCollection results
)
public:
OperationException(
    XmlaResultCollection^ results
)
new : 
        results:XmlaResultCollection -> OperationException
public function OperationException(
    results : XmlaResultCollection
)

參數

請參閱

參考

OperationException 類別

Microsoft.AnalysisServices 命名空間