xSQL.Schema.SqlServer Namespace > SqlDatabase Class : SqlXmlIndexFinished Event |
'Declaration Public Event SqlXmlIndexFinished As System.EventHandler(Of SqlXmlIndexEventArgs)
public event System.EventHandler<SqlXmlIndexEventArgs> SqlXmlIndexFinished
public: __event System.EventHandler<SqlXmlIndexEventArgs*>* SqlXmlIndexFinished
The event handler receives an argument of type SqlXmlIndexEventArgs containing data related to this event. The following SqlXmlIndexEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel (Inherited from xSQL.Schema.Core.EntityEventArgs<SqlXmlIndex>) | Gets or sets the value that indicates whether the operation in progress, that raised the event, should be canceled. |
Entity (Inherited from xSQL.Schema.Core.EntityEventArgs<SqlXmlIndex>) | Gets the entity for which the event is raised. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2