Compartir a través de


SuspectPage.CompareTo Método

Compares to other SuspectPage.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public Function CompareTo ( _
    other As SuspectPage _
) As Integer
'Uso
Dim instance As SuspectPage 
Dim other As SuspectPage 
Dim returnValue As Integer 

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

Parámetros

Valor devuelto

Tipo: System.Int32
The value of the object specified by the CompareTo method.

Implementa

IComparable<T>.CompareTo(T)

Vea también

Referencia

SuspectPage Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo