Clone méthode
Creates a new, full copy of an object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Clone As CubeAttribute
'Utilisation
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
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .CubeAttribute
The cloned object.
Voir aussi