Property.CompareTo 方法
Compares the Property object to another object.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Function CompareTo ( _
obj As Object _
) As Integer
'用途
Dim instance As [Property]
Dim obj As Object
Dim returnValue As Integer
returnValue = instance.CompareTo(obj)
public int CompareTo(
Object obj
)
public:
int CompareTo(
Object^ obj
)
member CompareTo :
obj:Object -> int
public function CompareTo(
obj : Object
) : int
參數
- obj
型別:System.Object
An Object value that specifies the object with which to compare the Property object.
傳回值
型別:System.Int32
An Int32 value that describes the result of the comparison.