Partager via


Classe OperationMessage

Represents a class for an operation message.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
    Microsoft.SqlServer.Management.IntegrationServices.OperationMessage

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

Syntaxe

'Déclaration
Public NotInheritable Class OperationMessage _
    Inherits SfcInstance
'Utilisation
Dim instance As OperationMessage
public sealed class OperationMessage : SfcInstance
public ref class OperationMessage sealed : public SfcInstance
[<SealedAttribute>]
type OperationMessage =  
    class 
        inherit SfcInstance 
    end
public final class OperationMessage extends SfcInstance

Le type OperationMessage expose les membres suivants.

Propriétés

  Nom Description
Propriété protégée AbstractIdentityKey (hérité de SfcInstance.)
Propriété publique Id Gets the specified Id of the operation.
Propriété publique IdentityKey Gets the identity key of the specified operation.
Propriété publique Message Gets the message text for the operation.
Propriété publique MessageSourceType Gets the source type of the message.
Propriété publique MessageTime Gets the create time of the message.
Propriété publique MessageType Gets the type of the message in the operation.
Propriété publique Metadata (hérité de SfcInstance.)
Propriété publique OperationId Gets the operation Id.
Propriété publique Parent Gets or sets the parent of the operation.
Propriété publique Properties (hérité de SfcInstance.)
Propriété protégée State (hérité de SfcInstance.)
Propriété publique Urn (hérité de SfcInstance.)

Haut de la page

Méthodes

  Nom Description
Méthode protégée CreateIdentityKey (hérité de SfcInstance.)
Méthode publique Discover (hérité de SfcInstance.)
Méthode publique Equals (hérité de Object.)
Méthode protégée GetChildCollection (hérité de SfcInstance.)
Méthode publique GetDomain (hérité de SfcInstance.)
Méthode publique GetHashCode (hérité de Object.)
Méthode publiqueMembre statique GetObjectFactory Retrieves the factory to create a new instance.
Méthode publique GetPropertySet (hérité de SfcInstance.)
Méthode publique GetType (hérité de Object.)
Méthode protégée GetTypeMetadataImpl (hérité de SfcInstance.)
Méthode protégée InitializeUIPropertyState (hérité de SfcInstance.)
Méthode protégée OnPropertyMetadataChanges (hérité de SfcInstance.)
Méthode protégée OnPropertyValueChanges (hérité de SfcInstance.)
Méthode publique Refresh (hérité de SfcInstance.)
Méthode protégée ResetKey (hérité de SfcInstance.)
Méthode publique Serialize (hérité de SfcInstance.)
Méthode publique ToString (hérité de SfcInstance.)

Haut de la page

Événements

  Nom Description
Événement public PropertyChanged (hérité de SfcInstance.)
Événement public PropertyMetadataChanged (hérité de SfcInstance.)

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