IPackage.Actions 属性

Gets the metadata collection describing all actions exposed by this package that may be present in the session.

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

语法

声明
ReadOnly Property Actions As ReadOnlyCollection(Of IActionMetadata)
    Get
用法
Dim instance As IPackage 
Dim value As ReadOnlyCollection(Of IActionMetadata)

value = instance.Actions
ReadOnlyCollection<IActionMetadata> Actions { get; }
property ReadOnlyCollection<IActionMetadata^>^ Actions {
    ReadOnlyCollection<IActionMetadata^>^ get ();
}
abstract Actions : ReadOnlyCollection<IActionMetadata>
function get Actions () : ReadOnlyCollection<IActionMetadata>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<IActionMetadata>
The metadata collection describing all actions exposed by this package that may be present in the session.

请参阅

参考

IPackage 接口

Microsoft.SqlServer.XEvent 命名空间