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