Classe FrequencyPair
The FrequencyPair object is a utility that measures frequency by storing count and duration information.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Management.Smo..::..FrequencyPair
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public NotInheritable Class FrequencyPair
'Uso
Dim instance As FrequencyPair
public sealed class FrequencyPair
public ref class FrequencyPair sealed
[<SealedAttribute>]
type FrequencyPair = class end
public final class FrequencyPair
O tipo FrequencyPair expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
FrequencyPair | Initializes a new instance of the FrequencyPair class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
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. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.