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
Eigenschaftenwert
Typ: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssemblyEvents
A SqlAssemblyEvents object that specifies the events associated with the referenced assembly.
Siehe auch