Add méthode
Creates and adds a Trace to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add As Trace
'Utilisation
Dim instance As TraceCollection
Dim returnValue As Trace
returnValue = instance.Add()
public Trace Add()
public:
Trace^ Add()
member Add : unit -> Trace
public function Add() : Trace
Valeur de retour
Type : Microsoft.AnalysisServices. . :: . .Trace
A new, empty Trace.