Classe ServerComparer
Represents the comparer class.
Hiérarchie d'héritage
System. . :: . .Object
Microsoft.SqlServer.Management.Common..::..ServerComparer
Espace de noms : Microsoft.SqlServer.Management.Common
Assembly : Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)
Syntaxe
'Déclaration
Public NotInheritable Class ServerComparer _
Implements IComparer(Of String)
'Utilisation
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>
Le type ServerComparer expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Object.) |
Haut de la page
Implémentations d'interfaces explicites
Nom | Description | |
---|---|---|
IComparer< (Of < <' (String> ) > > ). . :: . .Compare | Compares two specified objects. |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.