Freigeben über


SfcQueryConnectionUnavailableException-Klasse

The exception that is thrown if the GetConnection method on the domain root object returns a connection that does not support the type of query mode requested. For example, this can occur if there is a multiple query result for a server in single-user mode. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.

Vererbungshierarchie

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcException
        Microsoft.SqlServer.Management.Sdk.Sfc..::..SfcQueryConnectionUnavailableException

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class SfcQueryConnectionUnavailableException _
    Inherits SfcException
'Usage
Dim instance As SfcQueryConnectionUnavailableException
[SerializableAttribute]
public sealed class SfcQueryConnectionUnavailableException : SfcException
[SerializableAttribute]
public ref class SfcQueryConnectionUnavailableException sealed : public SfcException
[<SealedAttribute>]
[<SerializableAttribute>]
type SfcQueryConnectionUnavailableException =  
    class
        inherit SfcException
    end
public final class SfcQueryConnectionUnavailableException extends SfcException

Der SfcQueryConnectionUnavailableException-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode SfcQueryConnectionUnavailableException() () () () Initializes a new instance of the SfcQueryConnectionUnavailableException class. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.
Öffentliche Methode SfcQueryConnectionUnavailableException(String) Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.
Öffentliche Methode SfcQueryConnectionUnavailableException(String, Exception) Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message and a reference to the inner exception that is the cause of this exception. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Data (Geerbt von Exception.)
Öffentliche Eigenschaft HelpLink Gets a link to the help file associated with this exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcException.)
Geschützte Eigenschaft HResult (Geerbt von Exception.)
Öffentliche Eigenschaft InnerException (Geerbt von Exception.)
Öffentliche Eigenschaft Message Gets the error message. Nur für Informationszwecke identifiziert. Nicht unterstützt. Zukünftige Kompatibilität wird nicht sichergestellt. (Überschreibt Exception. . :: . .Message.)
Öffentliche Eigenschaft Source (Geerbt von Exception.)
Öffentliche Eigenschaft StackTrace (Geerbt von Exception.)
Öffentliche Eigenschaft TargetSite (Geerbt von Exception.)

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetBaseException (Geerbt von Exception.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Exception.)
Öffentliche Methode GetType (Geerbt von Exception.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Geschützte Methode SetHelpContext Sets the help context value for the referenced exception. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur. (Geerbt von SfcException.)
Öffentliche Methode ToString (Geerbt von Exception.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.