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.

示例

设置属性