PerformanceCounters Members

Include Protected Members
Include Inherited Members

A PerformanceCounters object represents a performance counter that is used to trace the performance of the instance of SQL Server.

The PerformanceCounters type exposes the following members.

Constructors

  Name Description
Public method PerformanceCounters() Initializes a new instance of the PerformanceCounters object.

Top

Methods

  Name Description
Public methodStatic member Dump(Boolean)
Public methodStatic member Dump(String)
Public methodStatic member Dump(String, Boolean)
Public method Equals(Object) (Inherited from Object.)
Protected method Finalize() (Inherited from Object.)
Public method GetHashCode() (Inherited from Object.)
Public method GetType() (Inherited from Object.)
Protected method MemberwiseClone() (Inherited from Object.)
Public methodStatic member Reset()
Public method ToString() (Inherited from Object.)

Top

Properties

  Name Description
Public propertyStatic member DependencyDiscoveryDuration Gets or sets the dependency discovery duration.
Public propertyStatic member DiscoverDependenciesDuration Gets or sets the time period to discover dependencies.
Public propertyStatic member DoCount Returns Boolean value that determines whether the performance counter is enabled.
Public propertyStatic member EnumQueriesCount
Public propertyStatic member EnumQueriesDuration
Public propertyStatic member InitializeCallsCount
Public propertyStatic member ObjectInfoRequestCount
Public propertyStatic member SqlExecutionDuration
Public propertyStatic member UrnCallsCount
Public propertyStatic member UrnSkelCallsCount
Public propertyStatic member UrnSkeletonsPerf
Public propertyStatic member WalkDependenciesDuration

Top