Proprietà Events
Gets the events associated with the user-defined function.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Events As UserDefinedFunctionEvents
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedFunctionEvents
A UserDefinedFunctionEvents object that represents the user-defined function events.