Compartilhar via


Classe EnvironmentReference.Key

Gets the key used to access the EnvironmentReference class.

Hierarquia de herança

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.EnvironmentReference.Key

Namespace:  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxe

'Declaração
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

O tipo EnvironmentReference.Key expõe os membros a seguir.

Construtores

  Nome Descrição
Método público EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

Início

Propriedades

  Nome Descrição
Propriedade pública EnvironmentFolderName Gets the key environment folder name.
Propriedade pública InstanceType (Herdado de SfcKey.)
Propriedade pública Name Gets the key name.

Início

Métodos

  Nome Descrição
Método público Equals(SfcKey) Indicates whether the equality of key objects is checked. (Substitui SfcKey.Equals(SfcKey).)
Método público Equals(Object) Indicates whether the equality of key objects is checked. (Substitui SfcKey.Equals(Object).)
Método público GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (Substitui SfcKey.GetHashCode().)
Método público GetType (Herdado de Object.)
Método público GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (Substitui SfcKey.GetUrnFragment().)
Método público ToString (Herdado de SfcKey.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.IntegrationServices