Compartilhar via


Método Copy

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

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

Sintaxe

'Declaração
Public Function Copy As UIConnectionInfo
'Uso
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

Valor de retorno

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