Поделиться через


Метод TraceCollection.Add (Trace)

Adds a Trace to the end of the collection.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
Public Function Add ( _
    item As Trace _
) As Integer
'Применение
Dim instance As TraceCollection 
Dim item As Trace 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    Trace item
)
public:
int Add(
    Trace^ item
)
member Add : 
        item:Trace -> int
public function Add(
    item : Trace
) : int

Параметры

Возвращаемое значение

Тип: System.Int32
The zero-based index at which the Trace has been added.

См. также

Справочник

TraceCollection Класс

Перегрузка Add

Пространство имен Microsoft.AnalysisServices