Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Creates a new OlapConnectionInfo object based on the current connection object.
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
Return Value
Type: Microsoft.SqlServer.Management.Common.OlapConnectionInfo
An OlapConnectionInfo object based on the current connection object.