Метод CopyTo (PerspectiveMeasureGroup)

Copies a PerspectiveMeasureGroup object to the specified object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function CopyTo ( _
    obj As PerspectiveMeasureGroup _
) As PerspectiveMeasureGroup
'Применение
Dim instance As PerspectiveMeasureGroup
Dim obj As PerspectiveMeasureGroup
Dim returnValue As PerspectiveMeasureGroup

returnValue = instance.CopyTo(obj)
public PerspectiveMeasureGroup CopyTo(
    PerspectiveMeasureGroup obj
)
public:
PerspectiveMeasureGroup^ CopyTo(
    PerspectiveMeasureGroup^ obj
)
member CopyTo : 
        obj:PerspectiveMeasureGroup -> PerspectiveMeasureGroup 
public function CopyTo(
    obj : PerspectiveMeasureGroup
) : PerspectiveMeasureGroup

Параметры

Возвращаемое значение

Тип: Microsoft.AnalysisServices. . :: . .PerspectiveMeasureGroup
The object copied to.