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
参数
- other
类型:Microsoft.SqlServer.Management.Smo.SuspectPage
The other SuspectPage.
返回值
类型:System.Int32
The value of the object specified by the CompareTo method.