Método UIConnectionInfo.CompareTo
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Used to determine the sort order of the current UIConnectionInfo object in relation to another UIConnectionInfo object.
Namespace: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)
Sintaxe
'Declaração
Public Function CompareTo ( _
other As UIConnectionInfo _
) As Integer
'Uso
Dim instance As UIConnectionInfo
Dim other As UIConnectionInfo
Dim returnValue As Integer
returnValue = instance.CompareTo(other)
public int CompareTo(
UIConnectionInfo other
)
public:
virtual int CompareTo(
UIConnectionInfo^ other
) sealed
abstract CompareTo :
other:UIConnectionInfo -> int
override CompareTo :
other:UIConnectionInfo -> int
public final function CompareTo(
other : UIConnectionInfo
) : int
Parâmetros
- other
Tipo: Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
The UIConnectionInfo object to compare to the current object.
Valor de retorno
Tipo: System.Int32
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. A Int32 value that is negative if the current object sorts before the other object, 0 if they sort to the same location, and positive if the current object sorts after the other object.
Implementa
Comentários
CompareTo determines sort order based on the ServerType, DisplayName, ServerName, UserName, and ID properties.