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