Freigeben über


CollectorConfigStore.Key-Member

The CollectorConfigStore..::..Key class inherits from DomainRootKey and is used for identification key operations.

Der CollectorConfigStore. . :: . .Key-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode CollectorConfigStore. . :: . .Key Instantiates an instance of the CollectorConfigStore..::..Key class.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Instantiates an instance of the [T:][Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key.Equals] class that is used for boolean operations. (Überschreibt SfcKeyEquals(SfcKey).)
Öffentliche Methode Equals(Object) Performs a boolean operation to determine if the object passed as a parameter is a key. (Überschreibt SfcKeyEquals(Object).)
Öffentliche Methode Equals(Object, Object) Does a boolean comparison of two objects passed as parameters.
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode Gets the hash code for a key. (Überschreibt SfcKeyGetHashCode()()()().)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode GetUrnFragment Gets a urn fragment. (Überschreibt SfcKeyGetUrnFragment()()()().)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von SfcKey.)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality(Object, CollectorConfigStore. . :: . .Key) Does a boolean equality comparision between the object sent as a parameter and the right hand side of the key.
Öffentlicher OperatorStatischer Member Equality(CollectorConfigStore. . :: . .Key, CollectorConfigStore. . :: . .Key) Does a boolean equality comparision between the left hand side of the key and the right hand side of the key.
Öffentlicher OperatorStatischer Member Equality(CollectorConfigStore. . :: . .Key, Object) Does a boolean equality comparision between the object sent as a parameter and the left hand side of the key.
Öffentlicher OperatorStatischer Member Inequality(Object, CollectorConfigStore. . :: . .Key) Does a boolean inequality comparision between the object sent as a parameter and the right hand side of the key.
Öffentlicher OperatorStatischer Member Inequality(CollectorConfigStore. . :: . .Key, CollectorConfigStore. . :: . .Key) Does a boolean inequality comparision between the left hand side of the key and the right hand side of the key.
Öffentlicher OperatorStatischer Member Inequality(CollectorConfigStore. . :: . .Key, Object) Does a boolean inequality comparision between the object sent as a parameter and the left hand side of the key.

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld name Configures the name property for the key.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Domain (Geerbt von DomainRootKey.)
Öffentliche Eigenschaft Name Gets or sets the key name.

Zum Anfang