Freigeben über


SqlAssembly.Events-Eigenschaft

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

Eigenschaftswert

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

Beispiele

Festlegen von Eigenschaften

Siehe auch

Verweis

SqlAssembly Klasse

Microsoft.SqlServer.Management.Smo-Namespace

Andere Ressourcen

CREATE ASSEMBLY (Transact-SQL)