UIConnectionInfo.Copy 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Creates a new UIConnectionInfo object based on the properties of the current object.

命名空间:  Microsoft.SqlServer.Management.Smo.RegSvrEnum
程序集:  Microsoft.SqlServer.RegSvrEnum(在 Microsoft.SqlServer.RegSvrEnum.dll 中)

语法

声明
Public Function Copy As UIConnectionInfo
用法
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

返回值

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

请参阅

参考

UIConnectionInfo 类

Microsoft.SqlServer.Management.Smo.RegSvrEnum 命名空间