ServerComparer 類別

Represents the comparer class.

命名空間:  Microsoft.SqlServer.Management.Common
組件:  Microsoft.SqlServer.ConnectionInfo (在 Microsoft.SqlServer.ConnectionInfo.dll 中)

語法

'宣告
Public NotInheritable Class ServerComparer _
    Implements IComparer(Of String)
'用途
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>

繼承階層

System. . :: . .Object
  Microsoft.SqlServer.Management.Common..::..ServerComparer

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。