Partager via


Classe NameKey

Identifies NameKey object which has name property as the key.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.Catalog.Key
      Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder.Key
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.EnvironmentVariable.Key
      Microsoft.SqlServer.Management.IntegrationServices.PackageInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.ParameterInfo.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectInfo.Key

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

Syntaxe

'Déclaration
Public MustInherit Class NameKey _
    Inherits SfcKey
'Utilisation
Dim instance As NameKey
public abstract class NameKey : SfcKey
public ref class NameKey abstract : public SfcKey
[<AbstractClassAttribute>]
type NameKey =  
    class 
        inherit SfcKey 
    end
public abstract class NameKey extends SfcKey

Le type NameKey expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique NameKey Initializes a new instance of the NameKey class with the specified key name.

Haut de la page

Propriétés

  Nom Description
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) Determines whether the object represented by the current NameKey is equal to the object represented by the specified key. (remplace SfcKey.Equals(SfcKey).)
Méthode publique Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (remplace SfcKey.Equals(Object).)
Méthode publiqueMembre statique Equals(Object, Object) Determines whether the two specified objects are equal.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Returns hash code for this NameKey. (remplace SfcKey.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment (hérité de SfcKey.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de SfcKey.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality(Object, NameKey) Determines whether the specified Object is the same as the object represented by the specified NameKey.
Opérateur publicMembre statique Equality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are the same.
Opérateur publicMembre statique Equality(NameKey, Object) Determines whether the object represented by the specified NameKey is the same as the specified Object.
Opérateur publicMembre statique Inequality(Object, NameKey) Determines whether the specified Object is different than the object represented by the specified NameKey.
Opérateur publicMembre statique Inequality(NameKey, NameKey) Determines whether the objects represented by the two specified NameKey values are different.
Opérateur publicMembre statique Inequality(NameKey, Object) Determines whether the object represented by the specified NameKey is different than the specified Object.

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