TraceCollection.Contains Method (Trace)
Indicates whether the collection contains a specified Trace.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
Public Function Contains ( _
item As Trace _
) As Boolean
public bool Contains (
Trace item
)
public:
bool Contains (
Trace^ item
)
public boolean Contains (
Trace item
)
public function Contains (
item : Trace
) : boolean
Paramètres
- item
The Trace to locate.
Valeur de retour
true if the Trace exists in the collection; otherwise, false.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
TraceCollection Class
TraceCollection Members
Microsoft.AnalysisServices Namespace