Partager via


Classe IntegrationServices.Key

Represents the domain root key for the Integration Services.

Hiérarchie d'héritage

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

Le type IntegrationServices.Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique IntegrationServices.Key Initializes a new instance of the IntegrationServices.Key class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Domain (hérité de DomainRootKey.)
Propriété publique InstanceType (hérité de SfcKey.)

Haut de la page

Méthodes

  Nom Description
Méthode publique Equals(SfcKey) Indicates whether the current key is the same as the specified key. (remplace SfcKey.Equals(SfcKey).)
Méthode publique Equals(Object) Indicates whether the specified object is equal to the current IntegrationServices.Key object. (remplace SfcKey.Equals(Object).)
Méthode publiqueMembre statique Equals(Object, Object) Indicates whether the specified objects are considered equal.
Méthode publique GetHashCode Retrieves the hash code. (remplace SfcKey.GetHashCode().)
Méthode publique GetType (hérité de Object.)
Méthode publique GetUrnFragment Retrieves the UrnFragment. (remplace SfcKey.GetUrnFragment().)
Méthode publique ToString (hérité de SfcKey.)

Haut de la page

Opérateurs

  Nom Description
Opérateur publicMembre statique Equality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are equal.
Opérateur publicMembre statique Equality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the key objects have the same value using the specified operands.
Opérateur publicMembre statique Equality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Opérateur publicMembre statique Inequality(Object, IntegrationServices.Key) Indicates whether the specified object and the right-hand side of the key are unequal.
Opérateur publicMembre statique Inequality(IntegrationServices.Key, IntegrationServices.Key) Indicates whether the two specified key objects have different values using the specified operands.
Opérateur publicMembre statique Inequality(IntegrationServices.Key, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

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