Share via


OlapConnectionInfo.Copy Method

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

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
Public Function Copy As OlapConnectionInfo
'Usage
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