DataBus::GetEvents Method (array<Attribute^>^)
Returns a filtered collection of event descriptors for the DataBus control.
Assembly: Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)
public: virtual EventDescriptorCollection^ GetEvents( array<Attribute^>^ attributes ) sealed
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of attributes that is used as a filter.
Return Value
Type: System.ComponentModel::EventDescriptorCollection^An EventDescriptorCollection object containing the event descriptions for the DataBus control.
Show: