Método SfcProperty.CompareTo
Compares the property object to another object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Function CompareTo ( _
obj As Object _
) As Integer
'Uso
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
Parâmetros
- obj
Tipo: System.Object
An Object value that specifies the object with which to compare the Property object.
Valor de retorno
Tipo: System.Int32
An integer value that describes the result of the comparison.