다음을 통해 공유


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 네임스페이스