Compartir a través de


Clase MissingExtractServerPermissionsException

The MissingExtractServerPermissionsException class represents an exception that is raised during extraction when the caller has insufficient permissions on the server to extract the database.

Jerarquía de herencia

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
      Microsoft.SqlServer.Management.Dac. . :: . .DacException
        Microsoft.SqlServer.Management.Dac. . :: . .ExtractValidationException
          Microsoft.SqlServer.Management.Dac..::..MissingExtractServerPermissionsException

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

Sintaxis

'Declaración
<SerializableAttribute> _
Public NotInheritable Class MissingExtractServerPermissionsException _
    Inherits ExtractValidationException
'Uso
Dim instance As MissingExtractServerPermissionsException
[SerializableAttribute]
public sealed class MissingExtractServerPermissionsException : ExtractValidationException
[SerializableAttribute]
public ref class MissingExtractServerPermissionsException sealed : public ExtractValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingExtractServerPermissionsException =  
    class
        inherit ExtractValidationException
    end
public final class MissingExtractServerPermissionsException extends ExtractValidationException

El tipo MissingExtractServerPermissionsException expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público MissingExtractServerPermissionsException(String) Initializes a new instance of the MissingExtractServerPermissionsException class with a specified message.
Método público MissingExtractServerPermissionsException(String, Exception) Initializes a new instance of the MissingExtractServerPermissionsException class with a specified inner exception and message.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública DacExceptionType Gets the type of the exception. (Se hereda de DacException.)
Propiedad pública Data (Se hereda de Exception.)
Propiedad pública HelpLink Gets a string with the URL help link that further explains the exception. (Se hereda de DacException.)
Propiedad protegida HResult (Se hereda de Exception.)
Propiedad pública InnerException (Se hereda de Exception.)
Propiedad pública Message (Se hereda de Exception.)
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 protegido Finalize (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 (Se hereda de Exception.)
Método público GetType (Se hereda de Exception.)
Método protegido Init Initializes provider properties. (Se hereda de DacException.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método protegido SetHelpContext Sets the help context for the help link. (Se hereda de DacException.)
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.