Compartir a través de


SqlAssembly.Events Propiedad

Gets the events associated with the referenced assembly.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Events As SqlAssemblyEvents 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Establecer propiedades

Vea también

Referencia

SqlAssembly Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE ASSEMBLY (Transact-SQL)