Compartir a través de


Clase ProjectInfo.Key

Represents the key used to access the catalog.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key

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

Sintaxis

'Declaración
Public NotInheritable Class Key _
    Inherits NameKey
'Uso
Dim instance As ProjectInfo.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 ProjectInfo.Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público ProjectInfo.Key Initializes a new instance of the ProjectInfo.Key class.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública InstanceType (Se hereda de SfcKey.)
Propiedad pública Name Gets the key name. (Se hereda de NameKey.)

Arriba

Métodos

  Nombre Descripción
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 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 GetHashCode Returns 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 UrnFragment for the SfcInstance type. (Invalida SfcKey.GetUrnFragment().)
Método público ToString (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.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices