共用方式為


OperationMessage 類別

Represents a class for an operation message.

繼承階層

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

命名空間:  Microsoft.SqlServer.Management.IntegrationServices
組件:  Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)

語法

'宣告
Public NotInheritable Class OperationMessage _
    Inherits SfcInstance
'用途
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

OperationMessage 型別公開下列成員。

屬性

  名稱 說明
受保護的屬性 AbstractIdentityKey (繼承自 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 (繼承自 SfcInstance。)
公用屬性 OperationId Gets the operation Id.
公用屬性 Parent Gets or sets the parent of the operation.
公用屬性 Properties (繼承自 SfcInstance。)
受保護的屬性 State (繼承自 SfcInstance。)
公用屬性 Urn (繼承自 SfcInstance。)

上層

方法

  名稱 說明
受保護的方法 CreateIdentityKey (繼承自 SfcInstance。)
公用方法 Discover (繼承自 SfcInstance。)
公用方法 Equals (繼承自 Object。)
受保護的方法 GetChildCollection (繼承自 SfcInstance。)
公用方法 GetDomain (繼承自 SfcInstance。)
公用方法 GetHashCode (繼承自 Object。)
公用方法靜態成員 GetObjectFactory Retrieves the factory to create a new instance.
公用方法 GetPropertySet (繼承自 SfcInstance。)
公用方法 GetType (繼承自 Object。)
受保護的方法 GetTypeMetadataImpl (繼承自 SfcInstance。)
受保護的方法 InitializeUIPropertyState (繼承自 SfcInstance。)
受保護的方法 OnPropertyMetadataChanges (繼承自 SfcInstance。)
受保護的方法 OnPropertyValueChanges (繼承自 SfcInstance。)
公用方法 Refresh (繼承自 SfcInstance。)
受保護的方法 ResetKey (繼承自 SfcInstance。)
公用方法 Serialize (繼承自 SfcInstance。)
公用方法 ToString (繼承自 SfcInstance。)

上層

事件

  名稱 說明
公用事件 PropertyChanged (繼承自 SfcInstance。)
公用事件 PropertyMetadataChanged (繼承自 SfcInstance。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.IntegrationServices 命名空間