PerformanceCounters.DoCount 속성

Returns Boolean value that determines whether the performance counter is enabled.

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

구문

‘선언
Public Shared Property DoCount As Boolean 
    Get 
    Set
‘사용 방법
Dim value As Boolean 

value = PerformanceCounters.DoCount 

PerformanceCounters.DoCount = value
public static bool DoCount { get; set; }
public:
static property bool DoCount {
    bool get ();
    void set (bool value);
}
static member DoCount : bool with get, set
static function get DoCount () : boolean 
static function set DoCount (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that determines whether the performance counter is enabled.If True, it is enabled. Otherwise, False.

SMO에서 연결된 서버 사용

참고 항목

참조

PerformanceCounters 클래스

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

관련 자료

연결된 서버(데이터베이스 엔진)

sp_addlinkedserver(Transact-SQL)