Share via


FrequencyPair Class

The FrequencyPair object is a utility that measures frequency by storing count and duration information.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.FrequencyPair

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public NotInheritable Class FrequencyPair
'Usage
Dim instance As FrequencyPair
public sealed class FrequencyPair
public ref class FrequencyPair sealed
[<SealedAttribute>]
type FrequencyPair =  class end
public final class FrequencyPair

The FrequencyPair type exposes the following members.

Constructors

  Name Description
Public method FrequencyPair Initializes a new instance of the FrequencyPair class.

Top

Properties

  Name Description
Public property Count Gets the number of events that have occurred during a specified period.
Public property Duration Gets the specified time period during which the number of events is counted.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace