Partager via


Constructeur UIConnectionInfo (UIConnectionInfo)

Cette API prend en charge l'infrastructure et n'est pas destinée à être utilisée directement à partir de votre code.

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure 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.

Espace de noms :  Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly :  Microsoft.SqlServer.RegSvrEnum (en Microsoft.SqlServer.RegSvrEnum.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    lhs As UIConnectionInfo _
)
'Utilisation
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
)

Paramètres