Share via


DataSourceView.Clone Method

Creates a new, full copy of an object.

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

Syntax

'Declaration
Public Function Clone As DataSourceView
'Usage
Dim instance As DataSourceView 
Dim returnValue As DataSourceView 

returnValue = instance.Clone()
public DataSourceView Clone()
public:
DataSourceView^ Clone()
member Clone : unit -> DataSourceView
public function Clone() : DataSourceView

Return Value

Type: Microsoft.AnalysisServices.DataSourceView
The cloned object itself.

See Also

Reference

DataSourceView Class

Clone Overload

Microsoft.AnalysisServices Namespace