Partager via


Classe OperationMessage.Key

Represents a key for an operation message.

Hiérarchie d'héritage

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

Le type OperationMessage.Key expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique OperationMessage.Key Initializes a new instance of the OperationMessage.Key class with the specified ID.

Haut de la page

Propriétés

  Nom Description
Propriété publique Id Gets the identifier of the key. (hérité de IdKey.)
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. (hérité de IdKey.)
Méthode publique Equals(Object) Indicates whether the specified object is equal to the current IdKey object. (hérité de IdKey.)
Méthode publique GetHashCode Retrieves the hash code. (hérité de IdKey.)
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