Udostępnij przez


Konstruktor AdomdException (Int32)

Inicjuje nowe wystąpienie AdomdException klasy z danym HRESULT.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Sub New ( _
    hr As Integer _
)
'Użycie
Dim hr As Integer

Dim instance As New AdomdException(hr)
public AdomdException(
    int hr
)
public:
AdomdException(
    int hr
)
new : 
        hr:int -> AdomdException
public function AdomdException(
    hr : int
)

Parametry