Método AggregationDesignAttribute.Clone
Creates and returns a new object that is a copy of the current instance of this AggregationDesignAttribute object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As AggregationDesignAttribute
'Uso
Dim instance As AggregationDesignAttribute
Dim returnValue As AggregationDesignAttribute
returnValue = instance.Clone()
public AggregationDesignAttribute Clone()
public:
AggregationDesignAttribute^ Clone()
member Clone : unit -> AggregationDesignAttribute
public function Clone() : AggregationDesignAttribute
Valor de retorno
Tipo: Microsoft.AnalysisServices.AggregationDesignAttribute
A new AggregationDesignAttribute object.