Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Creates and returns an instance of an AdomdConnection based on the current AdomdConnection. Session ID and state are not cloned.
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.dll)
Syntax
'Declaration
Public Function Clone As AdomdConnection
'Usage
Dim instance As AdomdConnection
Dim returnValue As AdomdConnection
returnValue = instance.Clone()
public AdomdConnection Clone()
public:
AdomdConnection^ Clone()
member Clone : unit -> AdomdConnection
public function Clone() : AdomdConnection
Return Value
Type: Microsoft.AnalysisServices.AdomdClient.AdomdConnection