UserDefinedFunction.Events 속성
Gets the events associated with the user-defined function.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public ReadOnly Property Events As UserDefinedFunctionEvents
Get
‘사용 방법
Dim instance As UserDefinedFunction
Dim value As UserDefinedFunctionEvents
value = instance.Events
public UserDefinedFunctionEvents Events { get; }
public:
property UserDefinedFunctionEvents^ Events {
UserDefinedFunctionEvents^ get ();
}
member Events : UserDefinedFunctionEvents
function get Events () : UserDefinedFunctionEvents
속성 값
유형: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents
A UserDefinedFunctionEvents object that represents the user-defined function events.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스