共用方式為


SuspectPage.CompareTo 方法

Compares to other SuspectPage.

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

語法

'宣告
Public Function CompareTo ( _
    other As SuspectPage _
) As Integer
'用途
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

參數

傳回值

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

實作

IComparable<T>.CompareTo(T)

請參閱

參考

SuspectPage 類別

Microsoft.SqlServer.Management.Smo 命名空間