ActionCollection.Item 属性 (String)

Gets the Action object identified by the name parameter.

命名空间:  Microsoft.SqlServer.Management.XEvent
程序集:  Microsoft.SqlServer.Management.XEvent(在 Microsoft.SqlServer.Management.XEvent.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    name As String _
) As Action 
    Get
用法
Dim instance As ActionCollection 
Dim name As String 
Dim value As Action 

value = instance(name)
public Action this[
    string name
] { get; }
public:
property Action^ default[String^ name] {
    Action^ get (String^ name);
}
member Item : Action
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.XEvent.Action
An Action object specified by the name parameter.

请参阅

参考

ActionCollection 类

Item 重载

Microsoft.SqlServer.Management.XEvent 命名空间