Метод AggregationInstance.CopyTo (AggregationInstance)
Copies an AggregationInstance to the another object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function CopyTo ( _
obj As AggregationInstance _
) As AggregationInstance
'Применение
Dim instance As AggregationInstance
Dim obj As AggregationInstance
Dim returnValue As AggregationInstance
returnValue = instance.CopyTo(obj)
public AggregationInstance CopyTo(
AggregationInstance obj
)
public:
AggregationInstance^ CopyTo(
AggregationInstance^ obj
)
member CopyTo :
obj:AggregationInstance -> AggregationInstance
public function CopyTo(
obj : AggregationInstance
) : AggregationInstance
Параметры
- obj
Тип: Microsoft.AnalysisServices.AggregationInstance
The destination object to hold the copy.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AggregationInstance
The destination object that holds the copy.