Partager via


Classe Catalog.Key

Represents the key used to access the Catalog class.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.NameKey
      Microsoft.SqlServer.Management.IntegrationServices.Catalog.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 NameKey
'Utilisation
Dim instance As Catalog.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

Le type Catalog.Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique Catalog.Key Initializes a new instance of the Catalog.Key class that takes the 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. (hérité de NameKey.)

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. (hérité de NameKey.)
Méthode publique Equals(Object) Determines whether the object represented by the NameKey is equal to the specified Object. (hérité de NameKey.)
Méthode publique GetHashCode Returns hash code for this NameKey. (hérité de NameKey.)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Gets 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