次の方法で共有


PublishedEvent.Actions プロパティ

アクションの一覧を取得します。

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

構文

'宣言
Public ReadOnly Property Actions As PublishedEvent.ActionList 
    Get
'使用
Dim instance As PublishedEvent 
Dim value As PublishedEvent.ActionList 

value = instance.Actions
public PublishedEvent.ActionList Actions { get; }
public:
property PublishedEvent.ActionList^ Actions {
    PublishedEvent.ActionList^ get ();
}
member Actions : PublishedEvent.ActionList
function get Actions () : PublishedEvent.ActionList

プロパティ値

型: Microsoft.SqlServer.XEvent.Linq.PublishedEvent.ActionList
アクションの一覧です。

関連項目

参照

PublishedEvent クラス

Microsoft.SqlServer.XEvent.Linq 名前空間