Partager via


UIConnectionInfo constructeur (UIConnectionInfo)

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 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
)