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