MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE.CStatus Field

Gets the status of the counter.

Namespace:  Microsoft.SqlServer.Management.Shared.MpuSql
Assembly:  Microsoft.SqlServer.MpuSqlClrWrapper (in Microsoft.SqlServer.MpuSqlClrWrapper.dll)

Syntax

'Declaration
Public CStatus As Integer
'Usage
Dim instance As MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE 
Dim value As Integer 

value = instance.CStatus 

instance.CStatus = value
public int CStatus
public:
int CStatus
val mutable CStatus: int
public var CStatus : int

Remarks

This Int indicates whether the counter value is valid.

See Also

Reference

MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE Structure

Microsoft.SqlServer.Management.Shared.MpuSql Namespace