Metoda TraceCollection.Add
Tworzy i dodaje Trace do końca kolekcja.
Przestrzeń nazw: Microsoft.AnalysisServices
Zestaw: Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)
Składnia
'Deklaracja
Public Function Add As Trace
'Użycie
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
Wartość zwracana
Typ: Microsoft.AnalysisServices.Trace
Nowy, pusty Trace.
Zobacz także