Clase MissingServerPermissionsForRePartException
The MissingServerPermissionsForRePartException class represents an exception that is raised when the caller does not have sufficient permissions
Jerarquía de herencia
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac. . :: . .DeploymentValidationException
Microsoft.SqlServer.Management.Dac..::..MissingServerPermissionsForRePartException
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 MissingServerPermissionsForRePartException _
Inherits DeploymentValidationException
'Uso
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
El tipo MissingServerPermissionsForRePartException expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
DacExceptionType | Gets the type of the exception. (Se hereda de DacException.) | |
Data | (Se hereda de Exception.) | |
HelpLink | Gets a string with the URL help link that further explains the exception. (Se hereda de DacException.) | |
HResult | (Se hereda de Exception.) | |
InnerException | (Se hereda de Exception.) | |
Message | (Se hereda de Exception.) | |
Source | (Se hereda de Exception.) | |
StackTrace | (Se hereda de Exception.) | |
TargetSite | (Se hereda de Exception.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetBaseException | (Se hereda de Exception.) | |
GetHashCode | (Se hereda de Object.) | |
GetObjectData | (Se hereda de Exception.) | |
GetType | (Se hereda de Exception.) | |
Init | Initializes provider properties. (Se hereda de DacException.) | |
MemberwiseClone | (Se hereda de Object.) | |
SetHelpContext | Sets the help context for the help link. (Se hereda de DacException.) | |
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.