Метод DataSourceView.Clone
Creates a new, full copy of an object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Clone As DataSourceView
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.DataSourceView
The cloned object itself.