FrequencyPair 类
The FrequencyPair object is a utility that measures frequency by storing count and duration information.
继承层次结构
System.Object
Microsoft.SqlServer.Management.Smo.FrequencyPair
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public NotInheritable Class FrequencyPair
用法
Dim instance As FrequencyPair
public sealed class FrequencyPair
public ref class FrequencyPair sealed
[<SealedAttribute>]
type FrequencyPair = class end
public final class FrequencyPair
FrequencyPair 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
FrequencyPair | Initializes a new instance of the FrequencyPair class. |
页首
属性
名称 | 说明 | |
---|---|---|
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. |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Object 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。