Udostępnij za pośrednictwem


Konstruktor SfcQueryConnectionUnavailableException (String)

Inicjuje nowe wystąpienie SfcQueryConnectionUnavailableException klasy wiadomości określony błąd.Określone tylko w celach informacyjnych. Nieobsługiwane. Przyszła zgodność nie jest gwarantowana.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Public Sub New ( _
    message As String _
)
'Użycie
Dim message As String

Dim instance As New SfcQueryConnectionUnavailableException(message)
public SfcQueryConnectionUnavailableException(
    string message
)
public:
SfcQueryConnectionUnavailableException(
    String^ message
)
new : 
        message:string -> SfcQueryConnectionUnavailableException
public function SfcQueryConnectionUnavailableException(
    message : String
)

Parametry