Classe MissingServerPermissionsForRePartException
The MissingServerPermissionsForRePartException class represents an exception that is raised when the caller does not have sufficient permissions
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac. . :: . .DeploymentValidationException
Microsoft.SqlServer.Management.Dac..::..MissingServerPermissionsForRePartException
Spazio dei nomi Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (in Microsoft.SqlServer.Management.Dac.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class MissingServerPermissionsForRePartException _
Inherits DeploymentValidationException
'Utilizzo
Dim instance As MissingServerPermissionsForRePartException
[SerializableAttribute]
public sealed class MissingServerPermissionsForRePartException : DeploymentValidationException
[SerializableAttribute]
public ref class MissingServerPermissionsForRePartException sealed : public DeploymentValidationException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingServerPermissionsForRePartException =
class
inherit DeploymentValidationException
end
public final class MissingServerPermissionsForRePartException extends DeploymentValidationException
Nel tipo MissingServerPermissionsForRePartException sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
MissingServerPermissionsForRePartException(String) | Initializes a new instance of the MissingServerPermissionsForRePartException class with the specified error message. |
![]() |
MissingServerPermissionsForRePartException(String, Exception) | Initializes a new instance of the MissingServerPermissionsForRePartException class with the specified error message and inner exception. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
DacExceptionType | Gets the type of the exception. Ereditato da DacException. |
![]() |
Data | Ereditato da Exception. |
![]() |
HelpLink | Gets a string with the URL help link that further explains the exception. Ereditato da DacException. |
![]() |
HResult | Ereditato da Exception. |
![]() |
InnerException | Ereditato da Exception. |
![]() |
Message | Ereditato da Exception. |
![]() |
Source | Ereditato da Exception. |
![]() |
StackTrace | Ereditato da Exception. |
![]() |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetBaseException | Ereditato da Exception. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetObjectData | Ereditato da Exception. |
![]() |
GetType | Ereditato da Exception. |
![]() |
Init | Initializes provider properties. Ereditato da DacException. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
SetHelpContext | Sets the help context for the help link. Ereditato da DacException. |
![]() |
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.