Compartir a través de


Clase ManagedInstance.Key

The ManagedInstance..::..Key class represents the key that identifies the ManagedInstance class.

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 NotInheritable Class Key _
    Inherits NameKey
'Uso
Dim instance As ManagedInstance.Key
public sealed class Key : NameKey
public ref class Key sealed : public NameKey
[<SealedAttribute>]
type Key =  
    class
        inherit NameKey
    end
public final class Key extends NameKey

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

Constructores

  Nombre Descripción
Método público ManagedInstance. . :: . .Key Initializes a new instance of the ManagedInstance..::..Key class that has the specified name.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Name Gets the name of the object represented by the NameKey. (Se hereda de 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. (Se hereda de NameKey.)
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. (Se hereda de NameKey.)
Método protegido Finalize (Se hereda de Object.)
Método público GetHashCode Returns the hash code for this NameKey. (Se hereda de NameKey.)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment Gets the URN path partial string that represents the managed instance. (Invalida SfcKey. . :: . .GetUrnFragment() () () ().)
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

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.