Classe ServerVersion
The ServerVersion class represents the version information for the server.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Common.ServerVersion
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class ServerVersion
'Uso
Dim instance As ServerVersion
[SerializableAttribute]
public class ServerVersion
[SerializableAttribute]
public ref class ServerVersion
[<SerializableAttribute>]
type ServerVersion = class end
public class ServerVersion
O tipo ServerVersion expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ServerVersion(Int32, Int32) | Initializes a new instance of the ServerVersion class. | |
ServerVersion(Int32, Int32, Int32) | Initializes a new instance of the ServerVersion class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
BuildNumber | Gets the build number part of the server version information. | |
Major | Gets the build number part of the server version information. | |
Minor | Gets the build number part of the server version information. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | Returns the object in string format. (Substitui Object.ToString().) |
Início
Operadores
Nome | Descrição | |
---|---|---|
Explicit(ServerVersion to Version) | Creates a system version object representing the sercer version, |
Início
Comentários
The ServerVersion class is served by the ConnectionManager class.
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.