OperationMessage Class
Represents a class for an operation message.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Sdk.Sfc.SfcInstance
Microsoft.SqlServer.Management.IntegrationServices.OperationMessage
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public NotInheritable Class OperationMessage _
Inherits SfcInstance
'Usage
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
The OperationMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
AbstractIdentityKey | (Inherited from 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 | (Inherited from SfcInstance.) | |
OperationId | Gets the operation Id. | |
Parent | Gets or sets the parent of the operation. | |
Properties | (Inherited from SfcInstance.) | |
State | (Inherited from SfcInstance.) | |
Urn | (Inherited from SfcInstance.) |
Top
Methods
Name | Description | |
---|---|---|
CreateIdentityKey | (Inherited from SfcInstance.) | |
Discover | (Inherited from SfcInstance.) | |
Equals | (Inherited from Object.) | |
GetChildCollection | (Inherited from SfcInstance.) | |
GetDomain | (Inherited from SfcInstance.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectFactory | Retrieves the factory to create a new instance. | |
GetPropertySet | (Inherited from SfcInstance.) | |
GetType | (Inherited from Object.) | |
GetTypeMetadataImpl | (Inherited from SfcInstance.) | |
InitializeUIPropertyState | (Inherited from SfcInstance.) | |
OnPropertyMetadataChanges | (Inherited from SfcInstance.) | |
OnPropertyValueChanges | (Inherited from SfcInstance.) | |
Refresh | (Inherited from SfcInstance.) | |
ResetKey | (Inherited from SfcInstance.) | |
Serialize | (Inherited from SfcInstance.) | |
ToString | (Inherited from SfcInstance.) |
Top
Events
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from SfcInstance.) | |
PropertyMetadataChanged | (Inherited from SfcInstance.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Management.IntegrationServices Namespace