次の方法で共有


DacActionEventArgs クラス

Represents the data sent when an event is raised by a DAC action step during both deployment and uninstall.

継承階層

  
    Microsoft.SqlServer.Management.Dac.DacActionEventArgs

名前空間:  Microsoft.SqlServer.Management.Dac
アセンブリ:  Microsoft.SqlServer.Management.Dac (Microsoft.SqlServer.Management.Dac.dll)

構文

'宣言

Public Class DacActionEventArgs _
    Inherits  _
    Implements (Of DacActionEventArgs)
'使用

Dim instance As DacActionEventArgs
public class DacActionEventArgs : , 
    <DacActionEventArgs>
public ref class DacActionEventArgs : public , 
    <DacActionEventArgs^>
type DacActionEventArgs =  
    class
        inherit 
        interface <DacActionEventArgs>
    end
public class DacActionEventArgs extends  implements <DacActionEventArgs>

DacActionEventArgs 型は、以下のメンバーを公開しています。

プロパティ

  名前 説明
パブリック プロパティ ActionName Gets the name of the DAC action that raised the event.
パブリック プロパティ ActionState Gets or sets the state of the action step.
パブリック プロパティ Description Gets a description of the action step.
パブリック プロパティ Error Gets or sets the exception that is thrown when an error occurs in the action step.
パブリック プロパティ MessageLevel Gets or sets the message level of the action step.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド ( から継承されています。)
パブリック メソッド Equals(DacActionEventArgs) Determines whether the specified DacActionEventArgs object is equal to the DacActionEventArgs instance.
プロテクト メソッド ( から継承されています。)
パブリック メソッド GetHashCode Returns the hash code for this instance. ( をオーバーライドします。)
パブリック メソッド ( から継承されています。)
プロテクト メソッド ( から継承されています。)
パブリック メソッド ( から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Management.Dac 名前空間