Метод TraceCollection.Add
Creates and adds a Trace to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add As Trace
'Применение
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
Возвращаемое значение
Тип: Microsoft.AnalysisServices.Trace
A new, empty Trace.