PublishedEvent.ActionList.Item[String] 属性

定义

其名称从操作列表中获取操作。 actionName 将符合格式 {[moduleid.packagename.] | [packagename.]}objectname。

public:
 property Microsoft::SqlServer::XEvent::Linq::PublishedAction ^ default[System::String ^] { Microsoft::SqlServer::XEvent::Linq::PublishedAction ^ get(System::String ^ actionName); };
public Microsoft.SqlServer.XEvent.Linq.PublishedAction this[string actionName] { get; }
member this.Item(string) : Microsoft.SqlServer.XEvent.Linq.PublishedAction
Default Public ReadOnly Property Item(actionName As String) As PublishedAction

参数

actionName
String

操作的名称。

属性值

其名称从操作列表中获取的操作。

适用于