Share via


DataSourceDescriptorPropertyChangedEventArgs.OldValue Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the original value of the specified object.

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

Syntax

public object OldValue { get; }
public:
property Object^ OldValue {
    Object^ get();
}
member OldValue : Object with get
Public ReadOnly Property OldValue As Object

Property Value

Type: System.Object

The original value of the specified object.

See Also

DataSourceDescriptorPropertyChangedEventArgs Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top