Partager via


Constructeur UIConnectionInfo (UIConnectionInfo, Boolean)

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

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Initializes a new UIConnectionInfo object with the properties of 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, _
    generateNewId As Boolean _
)
'Utilisation
Dim lhs As UIConnectionInfo 
Dim generateNewId As Boolean 

Dim instance As New UIConnectionInfo(lhs, generateNewId)
public UIConnectionInfo(
    UIConnectionInfo lhs,
    bool generateNewId
)
public:
UIConnectionInfo(
    UIConnectionInfo^ lhs, 
    bool generateNewId
)
new : 
        lhs:UIConnectionInfo * 
        generateNewId:bool -> UIConnectionInfo
public function UIConnectionInfo(
    lhs : UIConnectionInfo, 
    generateNewId : boolean
)

Paramètres

  • generateNewId
    Type : System.Boolean
    A Boolean value that specifies true if the new connection dialog should get the same ID as the specified dialog, otherwise, false.

Voir aussi

Référence

UIConnectionInfo Classe

Surcharge UIConnectionInfo

Espace de noms Microsoft.SqlServer.Management.Smo.RegSvrEnum