Freigeben über


OperationException-Konstruktor

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Initializes a new instance of the OperationException class.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public Sub New ( _
    results As XmlaResultCollection _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

OperationException Klasse

Microsoft.AnalysisServices-Namespace