MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE Structure

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed. The MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE structure tracks the counter value and status.

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

Syntax

'Declaration
Public Structure PDH_FMT_COUNTERVALUE
'Usage
Dim instance As MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE
public struct PDH_FMT_COUNTERVALUE
public value class PDH_FMT_COUNTERVALUE
[<SealedAttribute>]
type PDH_FMT_COUNTERVALUE =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The MpuSqlClrWrapper.PDH_FMT_COUNTERVALUE type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field CStatus Gets the status of the counter.
Public field doubleValue Gets the value of the counter.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.