Méthode TraceEvent.Clone
Creates a copy of TraceEvent object.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Clone As TraceEvent
'Utilisation
Dim instance As TraceEvent
Dim returnValue As TraceEvent
returnValue = instance.Clone()
public TraceEvent Clone()
public:
TraceEvent^ Clone()
member Clone : unit -> TraceEvent
public function Clone() : TraceEvent
Valeur de retour
Type : Microsoft.AnalysisServices.TraceEvent
A new copy of the TraceEvent object.