PerformanceCounters 클래스

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

상속 계층

System.Object
  Microsoft.SqlServer.Management.Smo.PerformanceCounters

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public NotInheritable Class PerformanceCounters
‘사용 방법
Dim instance As PerformanceCounters
public sealed class PerformanceCounters
public ref class PerformanceCounters sealed
[<SealedAttribute>]
type PerformanceCounters =  class end
public final class PerformanceCounters

PerformanceCounters 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 PerformanceCounters Initializes a new instance of the PerformanceCounters object.

맨 위로 이동

속성

  이름 설명
공용 속성정적 멤버 DependencyDiscoveryDuration Gets or sets the dependency discovery duration.
공용 속성정적 멤버 DiscoverDependenciesDuration Gets or sets the time period to discover dependencies.
공용 속성정적 멤버 DoCount Returns Boolean value that determines whether the performance counter is enabled.
공용 속성정적 멤버 EnumQueriesCount Gets or sets the number of enumerated queries in the performance counter.
공용 속성정적 멤버 EnumQueriesDuration Gets or sets the time interval for the duration of the queries in the performance counter.
공용 속성정적 멤버 InitializeCallsCount Gets or sets how many times the performance of the instance of SQL was called.
공용 속성정적 멤버 ObjectInfoRequestCount Gets or sets the specified count of the objects in the counter.
공용 속성정적 멤버 SqlExecutionDuration Gets or sets the time span value for the duration of the SQL execution in the performance counter.
공용 속성정적 멤버 UrnCallsCount Gets or sets the specified number of Uniform Resource Name (URN) calls.
공용 속성정적 멤버 UrnSkelCallsCount Gets or sets the specific count of Uniform Resource Name (URN) skeleton calls in the counter.
공용 속성정적 멤버 UrnSkeletonsPerf Gets the current performance status of the Uniform Resource Name (URN) skeletons.
공용 속성정적 멤버 WalkDependenciesDuration Gets or sets the duration of Walk Dependencies in the counter.

맨 위로 이동

메서드

  이름 설명
공용 메서드정적 멤버 Dump(Boolean) Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class to a log file.
공용 메서드정적 멤버 Dump(String) Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name.
공용 메서드정적 멤버 Dump(String, Boolean) Creates a user-mode or kernel-mode crash dump file for the PerformanceCounters class with specified file name and header.
공용 메서드 Equals (Object에서 상속됨)
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드정적 멤버 Reset Resets the counter for PerformanceCounters class.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

주의

Thread Safety

이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.  

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Management.Smo 네임스페이스