Classe UnsupportedEngineTypeException
The UnsupportedEngineTypeException class represents the exception raised when an SMO operation is attempted on a Database Engine type that does not support that operation. A Database Engine type is either an instance of the Mecanismo de Banco de Dados do SQL Server, or SQL Azure.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.UnsupportedEngineTypeException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class UnsupportedEngineTypeException _
Inherits SmoException
'Uso
Dim instance As UnsupportedEngineTypeException
[SerializableAttribute]
public sealed class UnsupportedEngineTypeException : SmoException
[SerializableAttribute]
public ref class UnsupportedEngineTypeException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type UnsupportedEngineTypeException =
class
inherit SmoException
end
public final class UnsupportedEngineTypeException extends SmoException
O tipo UnsupportedEngineTypeException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UnsupportedEngineTypeException() | Initializes a new, default instance of the UnsupportedEngineTypeException class. | |
UnsupportedEngineTypeException(String) | Initializes a new instance of the UnsupportedEngineTypeException class with the specified message. | |
UnsupportedEngineTypeException(String, Exception) | Initializes a new instance of the UnsupportedEngineTypeException class with the specified message and inner exception. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | Gets the Help link for further information from Microsoft about the SMO exception. (Herdado de SmoException.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
SmoExceptionType | Gets the type of SMO exception. (Substitui SmoException.SmoExceptionType.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
SetHelpContext | Sets the Help context value for the referenced exception. (Herdado de SmoException.) | |
ToString | (Herdado de Exception.) |
Início
Comentários
Thread Safety
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
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.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo