CompareTo-Methode
Compares the property object to another object. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function CompareTo ( _
obj As Object _
) As Integer
'Usage
Dim instance As SfcProperty
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
Parameter
- obj
Typ: System. . :: . .Object
An Object value that specifies the object with which to compare the Property object.
Rückgabewert
Typ: System. . :: . .Int32
An integer value that describes the result of the comparison.