Classe OperationMessage
Represents a class for an operation message.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (em Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxe
'Declaração
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
O tipo OperationMessage expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
AbstractIdentityKey | (Herdado de SfcInstance.) | |
Id | Gets the specified Id of the operation. | |
IdentityKey | Gets the identity key of the specified operation. | |
Message | Gets the message text for the operation. | |
MessageSourceType | Gets the source type of the message. | |
MessageTime | Gets the create time of the message. | |
MessageType | Gets the type of the message in the operation. | |
Metadata | (Herdado de SfcInstance.) | |
OperationId | Gets the operation Id. | |
Parent | Gets or sets the parent of the operation. | |
Properties | (Herdado de SfcInstance.) | |
State | (Herdado de SfcInstance.) | |
Urn | (Herdado de SfcInstance.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
CreateIdentityKey | (Herdado de SfcInstance.) | |
Discover | (Herdado de SfcInstance.) | |
Equals | (Herdado de Object.) | |
GetChildCollection | (Herdado de SfcInstance.) | |
GetDomain | (Herdado de SfcInstance.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Herdado de SfcInstance.) | |
GetType | (Herdado de Object.) | |
GetTypeMetadataImpl | (Herdado de SfcInstance.) | |
InitializeUIPropertyState | (Herdado de SfcInstance.) | |
OnPropertyMetadataChanges | (Herdado de SfcInstance.) | |
OnPropertyValueChanges | (Herdado de SfcInstance.) | |
Refresh | (Herdado de SfcInstance.) | |
ResetKey | (Herdado de SfcInstance.) | |
Serialize | (Herdado de SfcInstance.) | |
ToString | (Herdado de SfcInstance.) |
Início
Eventos
Nome | Descrição | |
---|---|---|
PropertyChanged | (Herdado de SfcInstance.) | |
PropertyMetadataChanged | (Herdado de SfcInstance.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.IntegrationServices