Método Add
Creates and adds a Trace to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)
Sintaxe
'Declaração
Public Function Add As Trace
'Uso
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
Valor de retorno
Tipo: Microsoft.AnalysisServices. . :: . .Trace
A new, empty Trace.
Consulte também