Freigeben über


CompareTo-Methode

Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)

Syntax

'Declaration
Public Function CompareTo ( _
    other As UIConnectionInfo _
) As Integer
'Usage
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

Rückgabewert

Typ: System. . :: . .Int32

Implementiert

IComparable< (Of < ( <'T> ) > ) >. . :: . .CompareTo(T)