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.
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间