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.
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.