UIConnectionInfo.CompareTo 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object.

命名空间:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集:  Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)

语法

声明
Public Function CompareTo ( _
    other As UIConnectionInfo _
) As Integer
用法
Dim instance As UIConnectionInfo 
Dim other As UIConnectionInfo 
Dim returnValue As Integer 

returnValue = instance.CompareTo(other)
public int CompareTo(
    UIConnectionInfo other
)
public:
virtual int CompareTo(
    UIConnectionInfo^ other
) sealed
abstract CompareTo : 
        other:UIConnectionInfo -> int  
override CompareTo : 
        other:UIConnectionInfo -> int
public final function CompareTo(
    other : UIConnectionInfo
) : int

参数

返回值

类型:System.Int32
不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 A Int32 value that is negative if the current object sorts before the other object, 0 if they sort to the same location, and positive if the current object sorts after the other object.

实现

IComparable<T>.CompareTo(T)

注释

CompareTo determines sort order based on the ServerType, DisplayName, ServerName, UserName, and ID properties.

请参阅

参考

UIConnectionInfo 类

Microsoft.SqlServer.Management.Smo.RegSvrEnum 命名空间