Partager via


Classe IdKey

Represents a class that is used to identify the object which has “Id” property as the key.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
    Microsoft.SqlServer.Management.IntegrationServices.IdKey
      Microsoft.SqlServer.Management.IntegrationServices.ExecutionOperation.Key
      Microsoft.SqlServer.Management.IntegrationServices.Operation.Key
      Microsoft.SqlServer.Management.IntegrationServices.OperationMessage.Key
      Microsoft.SqlServer.Management.IntegrationServices.ProjectVersion.Key
      Microsoft.SqlServer.Management.IntegrationServices.ValidationOperation.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 IdKey _
    Inherits SfcKey
'Utilisation
Dim instance As IdKey
public abstract class IdKey : SfcKey
public ref class IdKey abstract : public SfcKey
[<AbstractClassAttribute>]
type IdKey =  
    class 
        inherit SfcKey 
    end
public abstract class IdKey extends SfcKey

Le type IdKey expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique IdKey() Initializes a new instance of the IdKey class.
Méthode publique IdKey(Int64) Initializes a new instance of the IdKey class with the specified identifier.
Méthode publique IdKey(IdKey) Initializes a new instance of the IdKey class with the specified other identifier key.

Haut de la page

Propriétés

  Nom Description
Propriété publique Id Gets the identifier of the key.
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 IdKey object. (remplace SfcKey.Equals(Object).)
Méthode publiqueMembre statique Equals(Object, Object) Indicates whether the specified objects are considered equal.
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode Retrieves the hash code. (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, IdKey) Indicates whether the specified object and the right-hand side of the key are equal.
Opérateur publicMembre statique Equality(IdKey, IdKey) Indicates whether the key objects have the same value using the specified operands.
Opérateur publicMembre statique Equality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are equal.
Opérateur publicMembre statique Inequality(Object, IdKey) Indicates whether the specified object and the right-hand side of the key are unequal.
Opérateur publicMembre statique Inequality(IdKey, IdKey) Indicates whether the two specified key objects have different values using the specified operands.
Opérateur publicMembre statique Inequality(IdKey, Object) Indicates whether the specified object and the left-hand side of the key are unequal.

Haut de la page

Champs

  Nom Description
Champ protégé keyId Specifies the key identifier.

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