Метод AggregationInstanceAttribute.Clone
Creates a new, full copy of an object.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Clone As AggregationInstanceAttribute
'Применение
Dim instance As AggregationInstanceAttribute
Dim returnValue As AggregationInstanceAttribute
returnValue = instance.Clone()
public AggregationInstanceAttribute Clone()
public:
AggregationInstanceAttribute^ Clone()
member Clone : unit -> AggregationInstanceAttribute
public function Clone() : AggregationInstanceAttribute
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AggregationInstanceAttribute
The newly created object.