United States (English)
Sign in
Home
Library
Learn
Samples
Downloads
Support
Community
Forums
MSDN Library
Servers and Enterprise Development
SQL Server
SQL Server 2008
Product Documentation
SQL Server 2008 Books Online
Analysis Services - Multidimensional Data
Technical Reference
Microsoft.AnalysisServices Namespace
TraceEventCollection Class
TraceEventCollection Properties
ICollection.IsSynchronized Property
ICollection.SyncRoot Property
Count Property
Item Property
This topic has not yet been rated
-
Rate this topic
TraceEventCollection
.
Count Property
Other Versions
SQL Server 2005
SQL Server 2012
Gets the number of
TraceEvent
objects in the collection.
Namespace:
Microsoft.AnalysisServices
Assembly:
Microsoft.AnalysisServices
(in Microsoft.AnalysisServices.dll)
Syntax
C#
C++
F#
JScript
VB
Copy
public
int
Count {
get
; }
Property Value
Type:
System
.
Int32
The number of
TraceEvent
objects in the collection.
Implements
ICollection
.
Count
See Also
Reference
TraceEventCollection Class
TraceEventCollection Members
Microsoft.AnalysisServices Namespace
Did you find this helpful?
Yes
No
Not accurate
Not enough depth
Need more code examples
Tell us more...
(
1500
characters remaining)
Community Additions
ADD