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 네임스페이스