Метод CopyTo (Aggregation)
Creates a full copy of object into the existing object passed as parameter.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function CopyTo ( _
obj As Aggregation _
) As Aggregation
'Применение
Dim instance As Aggregation
Dim obj As Aggregation
Dim returnValue As Aggregation
returnValue = instance.CopyTo(obj)
public Aggregation CopyTo(
Aggregation obj
)
public:
Aggregation^ CopyTo(
Aggregation^ obj
)
member CopyTo :
obj:Aggregation -> Aggregation
public function CopyTo(
obj : Aggregation
) : Aggregation
Параметры
- obj
Тип: Microsoft.AnalysisServices. . :: . .Aggregation
The object you are copying to.
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .Aggregation
An Aggregation object.
См. также