Метод TraceCollection.Contains (String)
Determines whether the specified Trace is in the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Contains ( _
id As String _
) As Boolean
'Применение
Dim instance As TraceCollection
Dim id As String
Dim returnValue As Boolean
returnValue = instance.Contains(id)
public bool Contains(
string id
)
public:
bool Contains(
String^ id
)
member Contains :
id:string -> bool
public function Contains(
id : String
) : boolean
Параметры
- id
Тип: System.String
The identifier of the Trace to locate.
Возвращаемое значение
Тип: System.Boolean
true if the Trace exists in the collection; otherwise, false.