Partager via


Méthode UIConnectionInfo.Copy

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. Creates a new UIConnectionInfo object based on the properties of the current object.

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

Syntaxe

'Déclaration
Public Function Copy As UIConnectionInfo
'Utilisation
Dim instance As UIConnectionInfo 
Dim returnValue As UIConnectionInfo 

returnValue = instance.Copy()
public UIConnectionInfo Copy()
public:
UIConnectionInfo^ Copy()
member Copy : unit -> UIConnectionInfo
public function Copy() : UIConnectionInfo

Valeur de retour

Type : Microsoft.SqlServer.Management.Smo.RegSvrEnum.UIConnectionInfo
A UIConnectionInfo object based on the properties of the current object.

Voir aussi

Référence

UIConnectionInfo Classe

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