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
Öffentliche Methode FrequencyPair Initializes a new instance of the FrequencyPair class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets the number of events that have occurred during a specified period.
Öffentliche Eigenschaft Duration Gets the specified time period during which the number of events is counted.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode 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.

Siehe auch

Verweis

Microsoft.SqlServer.Management.Smo-Namespace