Classe SfcQueryConnectionUnavailableException
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. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie.
Hiérarchie d'héritage
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcException
Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryConnectionUnavailableException
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class SfcQueryConnectionUnavailableException _
Inherits SfcException
'Utilisation
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
Le type SfcQueryConnectionUnavailableException expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
SfcQueryConnectionUnavailableException() | Initializes a new instance of the SfcQueryConnectionUnavailableException class. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. | |
SfcQueryConnectionUnavailableException(String) | Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. | |
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. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. |
Haut de la page
Propriétés
Nom | Description | |
---|---|---|
Data | (hérité de Exception.) | |
HelpLink | Gets a link to the help file associated with this exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Message | Gets the error message. Identifié à titre d'information uniquement. Non pris en charge. La compatibilité future n'est pas garantie. (remplace Exception.Message.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | Informations critiques de sécurité. (hérité de Exception.) | |
GetType | (hérité de Exception.) | |
SetHelpContext | Sets the help context value for the referenced exception. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. (hérité de SfcException.) | |
ToString | (hérité de Exception.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.