Classe ServerComparer
Represents the comparer class.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Common..::..ServerComparer
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public NotInheritable Class ServerComparer _
Implements IComparer(Of String)
'Uso
Dim instance As ServerComparer
public sealed class ServerComparer : IComparer<string>
public ref class ServerComparer sealed : IComparer<String^>
[<SealedAttribute>]
type ServerComparer =
class
interface IComparer<string>
end
public final class ServerComparer implements IComparer<String>
O tipo ServerComparer expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ServerComparer(ServerConnection) | Initializes an instance of the ServerComparer class with information from the default database on the specified connection. | |
ServerComparer(ServerConnection, String) | Initializes an instance of the ServerComparer class with information from the specified database on the specified connection. |
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 | (Herdado de Object.) |
Início
Implementações de interfaces explícitas
Nome | Descrição | |
---|---|---|
IComparer< (Of < <' (String> ) > > ). . :: . .Compare | Compares two specified objects. |
Início
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.