Właściwość UserDefinedFunction.Events
Pobiera zdarzenia skojarzone z daną funkcja zdefiniowaną przez użytkownika.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Events As UserDefinedFunctionEvents
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.UserDefinedFunctionEvents
A UserDefinedFunctionEvents obiekt, który reprezentuje zdarzenia funkcja zdefiniowanej przez użytkownika.