Compartilhar via


Classe UIConnectionInfo

This class supports the SQL Server Management Objects infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly:  Microsoft.SqlServer.RegSvrEnum (em Microsoft.SqlServer.RegSvrEnum.dll)

Sintaxe

'Declaração
Public Class UIConnectionInfo _
    Implements IComparable(Of UIConnectionInfo)
'Uso
Dim instance As UIConnectionInfo
public class UIConnectionInfo : IComparable<UIConnectionInfo>
public ref class UIConnectionInfo : IComparable<UIConnectionInfo^>
type UIConnectionInfo =  
    class
        interface IComparable<UIConnectionInfo>
    end
public class UIConnectionInfo implements IComparable<UIConnectionInfo>

Hierarquia de herança

System. . :: . .Object
  Microsoft.SqlServer.Management.Smo.RegSvrEnum..::..UIConnectionInfo

Segurança de thread

Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.