Freigeben über


DataSource.Clone-Methode

Creates a new, full copy of a DataSource object.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
Public MustOverride Function Clone As DataSource
'Usage
Dim instance As DataSource 
Dim returnValue As DataSource 

returnValue = instance.Clone()
public abstract DataSource Clone()
public:
virtual DataSource^ Clone() abstract
abstract Clone : unit -> DataSource
public abstract function Clone() : DataSource

Rückgabewert

Typ: Microsoft.AnalysisServices.DataSource
The cloned object.

Siehe auch

Verweis

DataSource Klasse

Clone-Überladung

Microsoft.AnalysisServices-Namespace