Proprietà SqlAssembly.Events

Gets the events associated with the referenced assembly.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Events As SqlAssemblyEvents 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Impostazione delle proprietà

Vedere anche

Riferimento

SqlAssembly Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

CREATE ASSEMBLY (Transact-SQL)