Compartir a través de


Clase 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. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class SfcQueryConnectionUnavailableException _
    Inherits SfcException
'Uso
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

El tipo SfcQueryConnectionUnavailableException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público SfcQueryConnectionUnavailableException() Initializes a new instance of the SfcQueryConnectionUnavailableException class. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
Método público SfcQueryConnectionUnavailableException(String) Initializes a new instance of the SfcQueryConnectionUnavailableException class with the specified error message. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.
Método público 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. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets a link to the help file associated with this exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcException.)
Propiedad pública HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message Gets the error message. Solamente se identifica con fines informativos. No compatible. La compatibilidad con versiones posteriores no está garantizada. (Invalida Exception.Message.)
Propiedad pública Source (Se hereda de Exception.)
Propiedad pública StackTrace (Se hereda de Exception.)
Propiedad pública TargetSite (Se hereda de Exception.)

Arriba

Métodos

  Nombre Descripción
Método público Equals (Se hereda de Object.)
Método público GetBaseException (Se hereda de Exception.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido SetHelpContext Sets the help context value for the referenced exception. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. (Se hereda de SfcException.)
Método público ToString (Se hereda de Exception.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc