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.