次の方法で共有


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

アクションの名前。

プロパティ値

名前を指定してアクションの一覧から取得するアクションです。

適用対象