Share via


Propriété Events

Gets the events associated with the referenced assembly.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Events As SqlAssemblyEvents
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyEvents
A SqlAssemblyEvents object that specifies the events associated with the referenced assembly.