Поделиться через


Метод AggregationAttribute.CopyTo

Copies the current AggregationAttribute to an object, which is passed as a parameter.

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.AggregationAttribute
A copy of current AggregationAttribute

См. также

Справочник

AggregationAttribute Класс

Пространство имен Microsoft.AnalysisServices