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 | |
---|---|---|
ManagedInstance.Key | Initializes a new instance of the ManagedInstance.Key class that has the specified name. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
InstanceType | Gets the type of the instance class associated with this key class. (Se hereda de SfcKey.) | |
Name | Gets the name of the object represented by the NameKey. (Se hereda de NameKey.) |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals(Object) | Determines whether the object represented by the NameKey is equal to the specified Object. (Se hereda de NameKey.) | |
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.) | |
GetHashCode | Returns the hash code for this NameKey. (Se hereda de NameKey.) | |
GetType | (Se hereda de Object.) | |
GetUrnFragment | Gets the URN path partial string that represents the managed instance. (Invalida SfcKey.GetUrnFragment().) | |
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.