다음을 통해 공유


Event.Actions 속성

Gets the actions for the XEvent object constructed by the user.

네임스페이스:  Microsoft.SqlServer.Management.XEvent
어셈블리:  Microsoft.SqlServer.Management.XEvent(Microsoft.SqlServer.Management.XEvent.dll)

구문

‘선언
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny,  _
    GetType(Action))> _
Public ReadOnly Property Actions As ActionCollection 
    Get
‘사용 방법
Dim instance As Event 
Dim value As ActionCollection 

value = instance.Actions
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Action))]
public ActionCollection Actions { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, 
    typeof(Action))]
public:
property ActionCollection^ Actions {
    ActionCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
    typeof(Action))>]
member Actions : ActionCollection
function get Actions () : ActionCollection

속성 값

유형: Microsoft.SqlServer.Management.XEvent.ActionCollection
The EventInfo object for the Event object.

참고 항목

참조

Event 클래스

Microsoft.SqlServer.Management.XEvent 네임스페이스