Share via


IDataSourceDescriptor.Invalidated Event

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Occurs when the data source is invalidated.

Namespace:  Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

'Declaration
Event Invalidated As EventHandler
'Usage
Dim instance As IDataSourceDescriptor 
Dim handler As EventHandler 

AddHandler instance.Invalidated, handler
event EventHandler Invalidated
event EventHandler^ Invalidated {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
abstract Invalidated : IEvent<EventHandler,
    EventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace