FrequencyPair-Klasse
The FrequencyPair object is a utility that measures frequency by storing count and duration information.
Vererbungshierarchie
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
Der FrequencyPair-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
FrequencyPair | Initializes a new instance of the FrequencyPair class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
ToString | (Geerbt von Object.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)