Share via


IDataSourceDescriptor.PropertyChanged Event

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

Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in microsoft.datawarehouse.interfaces.dll)

Syntax

'Declaration
Event PropertyChanged As DataSourceDescriptorPropertyChangedEventHandler
event DataSourceDescriptorPropertyChangedEventHandler PropertyChanged
event DataSourceDescriptorPropertyChangedEventHandler^ PropertyChanged {
    void add (DataSourceDescriptorPropertyChangedEventHandler^ value);
    void remove (DataSourceDescriptorPropertyChangedEventHandler^ value);
}
/** @event */
void add_PropertyChanged (DataSourceDescriptorPropertyChangedEventHandler value)

/** @event */
void remove_PropertyChanged (DataSourceDescriptorPropertyChangedEventHandler value)
JScript supports the use of events, but not the declaration of new ones.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.

See Also

Reference

IDataSourceDescriptor Interface
IDataSourceDescriptor Members
Microsoft.DataWarehouse.Interfaces Namespace