Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an SQL assembly event set after adding a new SQL assembly event to the referenced event set.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function Add ( _
anEvent As SqlAssemblyEvent _
) As SqlAssemblyEventSet
'Usage
Dim instance As SqlAssemblyEventSet
Dim anEvent As SqlAssemblyEvent
Dim returnValue As SqlAssemblyEventSet
returnValue = instance.Add(anEvent)
public SqlAssemblyEventSet Add(
SqlAssemblyEvent anEvent
)
public:
SqlAssemblyEventSet^ Add(
SqlAssemblyEvent^ anEvent
)
member Add :
anEvent:SqlAssemblyEvent -> SqlAssemblyEventSet
public function Add(
anEvent : SqlAssemblyEvent
) : SqlAssemblyEventSet
Parameters
- anEvent
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEvent
A SqlAssemblyEvent object that is added to the SqlAssemblyEventSet object.
Return Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssemblyEventSet
A SqlAssemblyEventSet object that contains the added SqlAssemblyEvent object.