CompareTo méthode
Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.
Espace de noms : Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly : Microsoft.SqlServer.RegSvrEnum (dans Microsoft.SqlServer.RegSvrEnum.dll)
Syntaxe
'Déclaration
Public Function CompareTo ( _
other As UIConnectionInfo _
) As Integer
'Utilisation
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
Paramètres
Valeur de retour
Type : System. . :: . .Int32