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.