Compartir a través de


Clase EnvironmentReference.Key

Gets the key used to access the EnvironmentReference class.

Jerarquía de herencia

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.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 SfcKey
'Uso
Dim instance As EnvironmentReference.Key
public sealed class Key : SfcKey
public ref class Key sealed : public SfcKey
[<SealedAttribute>]
type Key =  
    class 
        inherit SfcKey 
    end
public final class Key extends SfcKey

El tipo EnvironmentReference.Key expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

Arriba

Propiedades

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

Arriba

Métodos

  Nombre Descripción
Método público Equals(SfcKey) Indicates whether the equality of key objects is checked. (Invalida SfcKey.Equals(SfcKey).)
Método público Equals(Object) Indicates whether the equality of key objects is checked. (Invalida SfcKey.Equals(Object).)
Método público GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (Invalida SfcKey.GetHashCode().)
Método público GetType (Se hereda de Object.)
Método público GetUrnFragment Retrieves 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