Compartir a través de


Clase NameKey

Identifies Microsoft.SqlServer.Utility objects that use a name property as an Sfc key.

Jerarquía de herencia

System. . :: . .Object
  Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SfcKey
    Microsoft.SqlServer.Management.Utility..::..NameKey
      Microsoft.SqlServer.Management.Utility. . :: . .ManagedInstance. . :: . .Key

Espacio de nombres:  Microsoft.SqlServer.Management.Utility
Ensamblado:  Microsoft.SqlServer.Management.Utility (en Microsoft.SqlServer.Management.Utility.dll)

Sintaxis

'Declaración
Public MustInherit Class NameKey _
    Inherits SfcKey
'Uso
Dim instance As NameKey
public abstract class NameKey : SfcKey
public ref class NameKey abstract : public SfcKey
[<AbstractClassAttribute>]
type NameKey =  
    class
        inherit SfcKey
    end
public abstract class NameKey extends SfcKey

El tipo NameKey expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público NameKey Initializes a new instance of the NameKey class with the specified key name.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the object represented by the NameKey.

Arriba

Métodos

  Nombre Descripción
Método público Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (Invalida SfcKey. . :: . .Equals(Object).)
Método público Equals(SfcKey) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (Invalida SfcKey. . :: . .Equals(SfcKey).)
Método públicoMiembro estático Equals(Object, Object) Determines whether the two specified objects are equal.
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this NameKey. (Invalida SfcKey. . :: . .GetHashCode() () () ().)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Gets the unique resource name (URN) path partial string that represents the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey].. (Se hereda de SfcKey.)
Método protegido MemberwiseClone (Se hereda de Object.)
Método público ToString No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Returns a String value that is a sortable representation of the object that can be used in external comparers. (Se hereda de SfcKey.)

Arriba

Operadores

  Nombre Descripción
Operador públicoMiembro estático Equality(Object, NameKey) Determines whether the the specified Object is the same as the object represented by the specified NameKey .
Operador públicoMiembro estático Equality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are the same.
Operador públicoMiembro estático Equality(NameKey, Object) Determines whether the object represented by the specified NameKey is the same as the specified Object.
Operador públicoMiembro estático Inequality(Object, NameKey) Determines whether the the specified Object is different than the object represented by the specified NameKey .
Operador públicoMiembro estático Inequality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are different.
Operador públicoMiembro estático Inequality(NameKey, Object) Determines whether the object represented by the specified NameKey is different than the specified Object.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.