Compartilhar via


Construtor UIConnectionInfo (UIConnectionInfo)

Essa API oferece suporte à infraestrutura do 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. Initializes a new instance of the UIConnectionInfo class with the same properties as an existing UIConnectionInfo object and makes another connection to the associated server.

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

Sintaxe

'Declaração
Public Sub New ( _
    lhs As UIConnectionInfo _
)
'Uso
Dim lhs As UIConnectionInfo

Dim instance As New UIConnectionInfo(lhs)
public UIConnectionInfo(
    UIConnectionInfo lhs
)
public:
UIConnectionInfo(
    UIConnectionInfo^ lhs
)
new : 
        lhs:UIConnectionInfo -> UIConnectionInfo
public function UIConnectionInfo(
    lhs : UIConnectionInfo
)

Parâmetros