Метод PerspectiveHierarchy.ICloneable.Clone
Creates and returns a new object that is a copy of the current instance of this PerspectiveHierarchy object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Private Function Clone As Object Implements ICloneable.Clone
'Применение
Dim instance As PerspectiveHierarchy
Dim returnValue As Object
returnValue = CType(instance, ICloneable).Clone()
Object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
JScript поддерживает использование явных реализаций интерфейса, но не объявление новых.
Возвращаемое значение
Тип: System.Object
A new object that is a copy of this instance.