Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the events associated with the referenced assembly.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Events As SqlAssemblyEvents
Get
'Usage
Dim instance As SqlAssembly
Dim value As SqlAssemblyEvents
value = instance.Events
public SqlAssemblyEvents Events { get; }
public:
property SqlAssemblyEvents^ Events {
SqlAssemblyEvents^ get ();
}
member Events : SqlAssemblyEvents
function get Events () : SqlAssemblyEvents
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvents
A SqlAssemblyEvents object that specifies the events associated with the referenced assembly.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace