ServerEvents.GetEventSelection 메서드
Returns the currently selected event notifications.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function GetEventSelection As ServerEventSet
‘사용 방법
Dim instance As ServerEvents
Dim returnValue As ServerEventSet
returnValue = instance.GetEventSelection()
public ServerEventSet GetEventSelection()
public:
ServerEventSet^ GetEventSelection()
member GetEventSelection : unit -> ServerEventSet
public function GetEventSelection() : ServerEventSet
반환 값
유형: Microsoft.SqlServer.Management.Smo.ServerEventSet
A ServerEventSet object that specifies the set of server events.