Compartir a través de


Clase OperationMessage

Represents a class for an operation message.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.IntegrationServices
Ensamblado:  Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintaxis

'Declaración
Public NotInheritable Class OperationMessage _
    Inherits SfcInstance
'Uso
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

El tipo OperationMessage expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad protegida AbstractIdentityKey (Se hereda de SfcInstance.)
Propiedad pública Id Gets the specified Id of the operation.
Propiedad pública IdentityKey Gets the identity key of the specified operation.
Propiedad pública Message Gets the message text for the operation.
Propiedad pública MessageSourceType Gets the source type of the message.
Propiedad pública MessageTime Gets the create time of the message.
Propiedad pública MessageType Gets the type of the message in the operation.
Propiedad pública Metadata (Se hereda de SfcInstance.)
Propiedad pública OperationId Gets the operation Id.
Propiedad pública Parent Gets or sets the parent of the operation.
Propiedad pública Properties (Se hereda de SfcInstance.)
Propiedad protegida State (Se hereda de SfcInstance.)
Propiedad pública Urn (Se hereda de SfcInstance.)

Arriba

Métodos

  Nombre Descripción
Método protegido CreateIdentityKey (Se hereda de SfcInstance.)
Método público Discover (Se hereda de SfcInstance.)
Método público Equals (Se hereda de Object.)
Método protegido GetChildCollection (Se hereda de SfcInstance.)
Método público GetDomain (Se hereda de SfcInstance.)
Método público GetHashCode (Se hereda de Object.)
Método públicoMiembro estático GetObjectFactory Retrieves the factory to create a new instance.
Método público GetPropertySet (Se hereda de SfcInstance.)
Método público GetType (Se hereda de Object.)
Método protegido GetTypeMetadataImpl (Se hereda de SfcInstance.)
Método protegido InitializeUIPropertyState (Se hereda de SfcInstance.)
Método protegido OnPropertyMetadataChanges (Se hereda de SfcInstance.)
Método protegido OnPropertyValueChanges (Se hereda de SfcInstance.)
Método público Refresh (Se hereda de SfcInstance.)
Método protegido ResetKey (Se hereda de SfcInstance.)
Método público Serialize (Se hereda de SfcInstance.)
Método público ToString (Se hereda de SfcInstance.)

Arriba

Eventos

  Nombre Descripción
Evento público PropertyChanged (Se hereda de SfcInstance.)
Evento público PropertyMetadataChanged (Se hereda de SfcInstance.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices