This topic has not yet been rated - Rate this topic

Property.CompareTo Method

Compares the Property object to another object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public int CompareTo(
	Object obj
)

Parameters

obj
Type: System.Object
An Object value that specifies the object with which to compare the Property object.

Return Value

Type: System.Int32
An Int32 value that describes the result of the comparison.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.