Events 속성
Gets the events associated with the user-defined function.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.