Gets a list of 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
A list of actions.