Condividi tramite


Classe OperationMessage

Represents a class for an operation message.

Gerarchia di ereditarietà

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

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class OperationMessage _
    Inherits SfcInstance
'Utilizzo
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

Nel tipo OperationMessage sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà protetta AbstractIdentityKey Ereditato da SfcInstance.
Proprietà pubblica Id Gets the specified Id of the operation.
Proprietà pubblica IdentityKey Gets the identity key of the specified operation.
Proprietà pubblica Message Gets the message text for the operation.
Proprietà pubblica MessageSourceType Gets the source type of the message.
Proprietà pubblica MessageTime Gets the create time of the message.
Proprietà pubblica MessageType Gets the type of the message in the operation.
Proprietà pubblica Metadata Ereditato da SfcInstance.
Proprietà pubblica OperationId Gets the operation Id.
Proprietà pubblica Parent Gets or sets the parent of the operation.
Proprietà pubblica Properties Ereditato da SfcInstance.
Proprietà protetta State Ereditato da SfcInstance.
Proprietà pubblica Urn Ereditato da SfcInstance.

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateIdentityKey Ereditato da SfcInstance.
Metodo pubblico Discover Ereditato da SfcInstance.
Metodo pubblico Equals Ereditato da Object.
Metodo protetto GetChildCollection Ereditato da SfcInstance.
Metodo pubblico GetDomain Ereditato da SfcInstance.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblicoMembro statico GetObjectFactory Retrieves the factory to create a new instance.
Metodo pubblico GetPropertySet Ereditato da SfcInstance.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto GetTypeMetadataImpl Ereditato da SfcInstance.
Metodo protetto InitializeUIPropertyState Ereditato da SfcInstance.
Metodo protetto OnPropertyMetadataChanges Ereditato da SfcInstance.
Metodo protetto OnPropertyValueChanges Ereditato da SfcInstance.
Metodo pubblico Refresh Ereditato da SfcInstance.
Metodo protetto ResetKey Ereditato da SfcInstance.
Metodo pubblico Serialize Ereditato da SfcInstance.
Metodo pubblico ToString Ereditato da SfcInstance.

In alto

Eventi

  Nome Descrizione
Evento pubblico PropertyChanged Ereditato da SfcInstance.
Evento pubblico PropertyMetadataChanged Ereditato da SfcInstance.

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices