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


Метод AggregationDesignAttribute.CopyTo

Copies an AggregationDesignAttribute object to the specified object (the destination).

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

Синтаксис

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

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

Параметры

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

Тип: Microsoft.AnalysisServices.AggregationDesignAttribute
The destination object that holds the copy.

См. также

Справочник

AggregationDesignAttribute Класс

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