Método Clone
Creates a new, full copy of an object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Clone As CubeAttribute
'Uso
Dim instance As CubeAttribute
Dim returnValue As CubeAttribute
returnValue = instance.Clone()
public CubeAttribute Clone()
public:
CubeAttribute^ Clone()
member Clone : unit -> CubeAttribute
public function Clone() : CubeAttribute
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .CubeAttribute
The cloned object.
Consulte também