다음을 통해 공유


DiagnosticSection.PerformanceCounters 속성

정의

어셈블리용 성능 카운터를 사용하는지 여부를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::ServiceModel::Diagnostics::PerformanceCounterScope PerformanceCounters { System::ServiceModel::Diagnostics::PerformanceCounterScope get(); void set(System::ServiceModel::Diagnostics::PerformanceCounterScope value); };
[System.Configuration.ConfigurationProperty("performanceCounters", DefaultValue=System.ServiceModel.Diagnostics.PerformanceCounterScope.Default)]
public System.ServiceModel.Diagnostics.PerformanceCounterScope PerformanceCounters { get; set; }
[<System.Configuration.ConfigurationProperty("performanceCounters", DefaultValue=System.ServiceModel.Diagnostics.PerformanceCounterScope.Default)>]
member this.PerformanceCounters : System.ServiceModel.Diagnostics.PerformanceCounterScope with get, set
Public Property PerformanceCounters As PerformanceCounterScope

속성 값

PerformanceCounterScope

어떤 종류의 어셈블리용 성능 카운터를 사용할 것인지를 지정하는 유효한 PerformanceCounterScope 값입니다.

특성

적용 대상