Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
The InvalidVersionSmoOperationException class represents the exception raised when the version is not valid on an SMO operation.
Hierarquia de herança
System.Object
System.Exception
Microsoft.SqlServer.Management.Common.SqlServerManagementException
Microsoft.SqlServer.Management.Smo.SmoException
Microsoft.SqlServer.Management.Smo.InvalidVersionSmoOperationException
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public NotInheritable Class InvalidVersionSmoOperationException _
Inherits SmoException
'Uso
Dim instance As InvalidVersionSmoOperationException
[SerializableAttribute]
public sealed class InvalidVersionSmoOperationException : SmoException
[SerializableAttribute]
public ref class InvalidVersionSmoOperationException sealed : public SmoException
[<SealedAttribute>]
[<SerializableAttribute>]
type InvalidVersionSmoOperationException =
class
inherit SmoException
end
public final class InvalidVersionSmoOperationException extends SmoException
O tipo InvalidVersionSmoOperationException expõe os membros a seguir.
Construtores
| Nome | Descrição | |
|---|---|---|
![]() |
InvalidVersionSmoOperationException() | Initializes a new instance of the InvalidVersionSmoOperationException class. |
![]() |
InvalidVersionSmoOperationException(String) | Initializes a new instance of the InvalidVersionSmoOperationException class with the specified message. |
![]() |
InvalidVersionSmoOperationException(ServerVersion) | Initializes a new instance of the InvalidVersionEnumeratorException class with the specified server version. |
![]() |
InvalidVersionSmoOperationException(String, Exception) | Initializes a new instance of the InvalidVersionSmoOperationException 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 | Gets the message associated with the Invalid Version SMO Operation exception. (Substitui Exception.Message.) |
![]() |
SmoExceptionType | Gets the type of exception for the Invalid Version SMO Operation 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 | Populates a SerializationInfo object with the data needed to serialize the target object. (Substitui Exception.GetObjectData(SerializationInfo, StreamingContext).) |
![]() |
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.
Exemplos
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.
.gif)
.gif)
.gif)