次の方法で共有


OperationException コンストラクター

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

OperationException クラスの新しいインスタンスを初期化します。

名前空間:  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 名前空間