Copy 方法

This method supports the SMO infrastructure and is not intended to be used directly from your code.

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

语法

声明
Public Function Copy As OlapConnectionInfo
用法
Dim instance As OlapConnectionInfo
Dim returnValue As OlapConnectionInfo

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