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
'Bildirim
Public NotInheritable Class FrequencyPair
'Kullanım
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 | |
---|---|---|
FrequencyPair | Initializes a new instance of the FrequencyPair class. |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of events that have occurred during a specified period. | |
Duration | Gets the specified time period during which the number of events is counted. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.