This topic has not yet been rated - Rate this topic

OperationMessage Class

SQL Server 2012

Represents a class for an operation message.

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)
'Declaration
Public NotInheritable Class OperationMessage _
	Inherits SfcInstance
'Usage
Dim instance As OperationMessage

The OperationMessage type exposes the following members.

  NameDescription
Protected propertyAbstractIdentityKey (Inherited from SfcInstance.)
Public propertyIdGets the specified Id of the operation.
Public propertyIdentityKeyGets the identity key of the specified operation.
Public propertyMessageGets the message text for the operation.
Public propertyMessageSourceTypeGets the source type of the message.
Public propertyMessageTimeGets the create time of the message.
Public propertyMessageTypeGets the type of the message in the operation.
Public propertyMetadata (Inherited from SfcInstance.)
Public propertyOperationIdGets the operation Id.
Public propertyParentGets or sets the parent of the operation.
Public propertyProperties (Inherited from SfcInstance.)
Protected propertyState (Inherited from SfcInstance.)
Public propertyUrn (Inherited from SfcInstance.)
Top
  NameDescription
Protected methodCreateIdentityKey (Inherited from SfcInstance.)
Public methodDiscover (Inherited from SfcInstance.)
Public methodEquals (Inherited from Object.)
Protected methodGetChildCollection (Inherited from SfcInstance.)
Public methodGetDomain (Inherited from SfcInstance.)
Public methodGetHashCode (Inherited from Object.)
Public methodStatic memberGetObjectFactoryRetrieves the factory to create a new instance.
Public methodGetPropertySet (Inherited from SfcInstance.)
Public methodGetType (Inherited from Object.)
Protected methodGetTypeMetadataImpl (Inherited from SfcInstance.)
Protected methodInitializeUIPropertyState (Inherited from SfcInstance.)
Protected methodOnPropertyMetadataChanges (Inherited from SfcInstance.)
Protected methodOnPropertyValueChanges (Inherited from SfcInstance.)
Public methodRefresh (Inherited from SfcInstance.)
Protected methodResetKey (Inherited from SfcInstance.)
Public methodSerialize (Inherited from SfcInstance.)
Public methodToString (Inherited from SfcInstance.)
Top
  NameDescription
Public eventPropertyChanged (Inherited from SfcInstance.)
Public eventPropertyMetadataChanged (Inherited from SfcInstance.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.