Compartir a través de


CollectorConfigStore.Key Miembros

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

El tipo CollectorConfigStore. . :: . .Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico CollectorConfigStore. . :: . .Key Instantiates an instance of the CollectorConfigStore..::..Key class.

Principio

Métodos

  Nombre Descripción
Método publico Equals(SfcKey) Instantiates an instance of the [T:][Microsoft.SqlServer.Management.Collector.CollectorConfigStore.Key.Equals] class that is used for boolean operations. (Invalida SfcKeyEquals(SfcKey).)
Método publico Equals(Object) Performs a boolean operation to determine if the object passed as a parameter is a key. (Invalida SfcKeyEquals(Object).)
Método publico Equals(Object, Object) Does a boolean comparison of two objects passed as parameters.
Método protegido Finalize (Se hereda de Object).
Método publico GetHashCode Gets the hash code for a key. (Invalida SfcKeyGetHashCode()()()().)
Método publico GetType (Se hereda de Object).
Método publico GetUrnFragment Gets a urn fragment. (Invalida SfcKeyGetUrnFragment()()()().)
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString (Se hereda de SfcKey).

Principio

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, CollectorConfigStore. . :: . .Key) Does a boolean equality comparision between the object sent as a parameter and the right hand side of the key.
Operador públicoMiembro estático 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.
Operador públicoMiembro estático Equality(CollectorConfigStore. . :: . .Key, Object) Does a boolean equality comparision between the object sent as a parameter and the left hand side of the key.
Operador públicoMiembro estático Inequality(Object, CollectorConfigStore. . :: . .Key) Does a boolean inequality comparision between the object sent as a parameter and the right hand side of the key.
Operador públicoMiembro estático 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.
Operador públicoMiembro estático Inequality(CollectorConfigStore. . :: . .Key, Object) Does a boolean inequality comparision between the object sent as a parameter and the left hand side of the key.

Principio

Campos

  Nombre Descripción
Campo público name Configures the name property for the key.

Principio

Propiedades

  Nombre Descripción
Propiedad pública Domain (Se hereda de DomainRootKey).
Propiedad pública Name Gets or sets the key name.

Principio