PublishedEvent.ActionList.Item[String] 屬性

定義

依名稱取得動作清單中的動作。 ActionName 符合格式 {[moduleid. packagename.] |[packagename.]}下方.

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

動作的名稱。

屬性值

PublishedAction

依名稱之動作清單中的動作。

適用於