Freigeben über


CollectionItem.Key-Member

The CollectionItem..::..Key class inherits from SfcAbstractKey and is used for identification key operations.

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

Konstruktoren

  Name Beschreibung
Öffentliche Methode CollectionItem. . :: . .Key(String) Creates an instance of a key given the key name.
Öffentliche Methode CollectionItem. . :: . .Key(CollectionItem. . :: . .Key) Creates an instance of a [T:][Microsoft.SqlServer.Management.Collector.CollectionItem.Key] object.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals(SfcKey) Instantiates an instance of the [T:][Microsoft.SqlServer.Management.Collector.CollectionItem.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 Gets a string representation of the key for the purpose of a default comparison. (Überschreibt SfcKeyToString()()()().)

Zum Anfang

Operatoren

  Name Beschreibung
Öffentlicher OperatorStatischer Member Equality(Object, CollectionItem. . :: . .Key) Does a boolean equality comparison between the object sent as a parameter and the right hand side of the key.
Öffentlicher OperatorStatischer Member Equality(CollectionItem. . :: . .Key, CollectionItem. . :: . .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(CollectionItem. . :: . .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, CollectionItem. . :: . .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(CollectionItem. . :: . .Key, CollectionItem. . :: . .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(CollectionItem. . :: . .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 Declares the name variable.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Name Gets or sets the key name.

Zum Anfang