Condividi tramite


Classe MissingServerPermissionsException

The MissingServerPermissionsException class represents an exception that is raised when the caller has insufficient permissions on the server to deploy the DAC.

Spazio dei nomi  Microsoft.SqlServer.Management.Dac
Assembly:  Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class MissingServerPermissionsException _
    Inherits DeploymentValidationException
'Utilizzo
Dim instance As MissingServerPermissionsException
[SerializableAttribute]
public sealed class MissingServerPermissionsException : DeploymentValidationException
[SerializableAttribute]
public ref class MissingServerPermissionsException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingServerPermissionsException =  
    class
        inherit DeploymentValidationException
    end
public final class MissingServerPermissionsException extends DeploymentValidationException

Nel tipo MissingServerPermissionsException sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico MissingServerPermissionsException(String) Initializes a new instance of the MissingServerPermissionsException class with the specified error message.
Metodo pubblico MissingServerPermissionsException(String, Exception) Initializes a new instance of the MissingServerPermissionsException class with the specified error message and inner exception.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica DacExceptionType Gets the type of the exception. Ereditato da DacException.
Proprietà pubblica Data Ereditato da Exception.
Proprietà pubblica HelpLink Gets a string with the URL help link that further explains the exception. Ereditato da DacException.
Proprietà protetta HResult Ereditato da Exception.
Proprietà pubblica InnerException Ereditato da Exception.
Proprietà pubblica Message Ereditato da Exception.
Proprietà pubblica Source Ereditato da Exception.
Proprietà pubblica StackTrace Ereditato da Exception.
Proprietà pubblica TargetSite Ereditato da Exception.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetBaseException Ereditato da Exception.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetObjectData Ereditato da Exception.
Metodo pubblico GetType Ereditato da Exception.
Metodo protetto Init Initializes provider properties. Ereditato da DacException.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo protetto SetHelpContext Sets the help context for the help link. Ereditato da DacException.
Metodo pubblico ToString Ereditato da Exception.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.