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