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


Метод TraceCollection.GetByName

Gets the Trace that has the specified name from the collection.

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

Синтаксис

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

returnValue = instance.GetByName(name)
public Trace GetByName(
    string name
)
public:
Trace^ GetByName(
    String^ name
)
member GetByName : 
        name:string -> Trace
public function GetByName(
    name : String
) : Trace

Параметры

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

Тип: Microsoft.AnalysisServices.Trace
The Trace if it exists in the collection.

Исключения

Исключение Условие
ItemNotFoundException

name does not exist in the collection.

См. также

Справочник

TraceCollection Класс

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