Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Compares to other SuspectPage.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function CompareTo ( _
other As SuspectPage _
) As Integer
'Usage
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
Parameters
- other
Type: Microsoft.SqlServer.Management.Smo.SuspectPage
The other SuspectPage.
Return Value
Type: System.Int32
The value of the object specified by the CompareTo method.