Partager via


Classe EnvironmentReference.Key

Gets the key used to access the EnvironmentReference class.

Hiérarchie d'héritage

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

Espace de noms :  Microsoft.SqlServer.Management.IntegrationServices
Assembly :  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Syntaxe

'Déclaration
Public NotInheritable Class Key _
    Inherits SfcKey
'Utilisation
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

Le type EnvironmentReference.Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique EnvironmentReference.Key Initializes a new instance of the EnvironmentReference.Key class that takes the environment name and environment folder name.

Haut de la page

Propriétés

  Nom Description
Propriété publique EnvironmentFolderName Gets the key environment folder name.
Propriété publique InstanceType (hérité de SfcKey.)
Propriété publique Name Gets the key name.

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(SfcKey) Indicates whether the equality of key objects is checked. (remplace SfcKey.Equals(SfcKey).)
Méthode publique Equals(Object) Indicates whether the equality of key objects is checked. (remplace SfcKey.Equals(Object).)
Méthode publique GetHashCode Retrieves the hash code of the EnvironmentReference.Key class. (remplace SfcKey.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Retrieves the UrnFragment for the SfcInstance type. (remplace SfcKey.GetUrnFragment().)
Méthode publique ToString (hérité de SfcKey.)

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Management.IntegrationServices