DataSource.Clone Method

Creates a new, full copy of a DataSource object.

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

Syntax

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

returnValue = instance.Clone()

Return Value

Type: Microsoft.AnalysisServices.DataSource
The cloned object.

See Also

Reference

DataSource Class

Clone Overload

Microsoft.AnalysisServices Namespace