Метод CopyTo (PerspectiveMeasure)
Copies a PerspectiveMeasure object to the specified object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function CopyTo ( _
obj As PerspectiveMeasure _
) As PerspectiveMeasure
'Применение
Dim instance As PerspectiveMeasure
Dim obj As PerspectiveMeasure
Dim returnValue As PerspectiveMeasure
returnValue = instance.CopyTo(obj)
public PerspectiveMeasure CopyTo(
PerspectiveMeasure obj
)
public:
PerspectiveMeasure^ CopyTo(
PerspectiveMeasure^ obj
)
member CopyTo :
obj:PerspectiveMeasure -> PerspectiveMeasure
public function CopyTo(
obj : PerspectiveMeasure
) : PerspectiveMeasure
Параметры
- obj
Тип: Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The object you are copying to.
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .PerspectiveMeasure
The object copies to.
См. также