Classe DeploymentValidationException
The DeploymentValidationException class represents an exception thrown during DAC deployment due to a validation error.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac..::..DeploymentValidationException
Mais...
Namespace: Microsoft.SqlServer.Management.Dac
Assembly: Microsoft.SqlServer.Management.Dac (em Microsoft.SqlServer.Management.Dac.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public MustInherit Class DeploymentValidationException _
Inherits DacException
'Uso
Dim instance As DeploymentValidationException
[SerializableAttribute]
public abstract class DeploymentValidationException : DacException
[SerializableAttribute]
public ref class DeploymentValidationException abstract : public DacException
[<AbstractClassAttribute>]
[<SerializableAttribute>]
type DeploymentValidationException =
class
inherit DacException
end
public abstract class DeploymentValidationException extends DacException
O tipo DeploymentValidationException expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
DeploymentValidationException(String) | Initializes a new DeploymentValidationException instance with the specified error message. |
![]() |
DeploymentValidationException(String, Exception) | Initializes a new instance of the DeploymentValidationException class that has the specified message text and inner exception. |
Início
Propriedades
| Nome | Descrição | |
|---|---|---|
![]() |
DacExceptionType | Gets the type of the exception. (Herdado de DacException.) |
![]() |
Data | (Herdado de Exception.) |
![]() |
HelpLink | Gets a string with the URL help link that further explains the exception. (Herdado de DacException.) |
![]() |
HResult | (Herdado de Exception.) |
![]() |
InnerException | (Herdado de Exception.) |
![]() |
Message | (Herdado de Exception.) |
![]() |
Source | (Herdado de Exception.) |
![]() |
StackTrace | (Herdado de Exception.) |
![]() |
TargetSite | (Herdado de Exception.) |
Início
Métodos
| Nome | Descrição | |
|---|---|---|
![]() |
Equals | (Herdado de Object.) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetBaseException | (Herdado de Exception.) |
![]() |
GetHashCode | (Herdado de Object.) |
![]() |
GetObjectData | (Herdado de Exception.) |
![]() |
GetType | (Herdado de Exception.) |
![]() |
Init | Initializes provider properties. (Herdado de DacException.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
SetHelpContext | Sets the help context for the help link. (Herdado de DacException.) |
![]() |
ToString | (Herdado de Exception.) |
Início
Comentários
This class is the base class that is inherited by all other validation exceptions.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
Microsoft.SqlServer.Management.Common. . :: . .SqlServerManagementException
Microsoft.SqlServer.Management.Dac. . :: . .DacException
Microsoft.SqlServer.Management.Dac..::..DeploymentValidationException
Microsoft.SqlServer.Management.Dac. . :: . .ActionNotSupportedException
Microsoft.SqlServer.Management.Dac. . :: . .ConnectionNotSetException
Microsoft.SqlServer.Management.Dac. . :: . .FailedTargetSelectionException
Microsoft.SqlServer.Management.Dac. . :: . .InvalidaDACTypeCredentialsException
Microsoft.SqlServer.Management.Dac. . :: . .InvalidaDatabaseStateException
Microsoft.SqlServer.Management.Dac. . :: . .MissingDacSchemaException
Microsoft.SqlServer.Management.Dac. . :: . .MissingServerPermissionsException
Microsoft.SqlServer.Management.Dac. . :: . .MissingServerPermissionsForRePartException
.gif)
.gif)
.gif)
.gif)