Share via


DataSourceDescriptorPropertyChangedEventArgs.OldValue Property

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

Gets or sets the original value of the specified object.

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

Syntax

'Declaration
Public ReadOnly Property OldValue As Object 
    Get
'Usage
Dim instance As DataSourceDescriptorPropertyChangedEventArgs 
Dim value As Object 

value = instance.OldValue
public Object OldValue { get; }
public:
property Object^ OldValue {
    Object^ get ();
}
member OldValue : Object
function get OldValue () : Object

Property Value

Type: System.Object
The original value of the specified object.

See Also

Reference

DataSourceDescriptorPropertyChangedEventArgs Class

Microsoft.DataWarehouse.Interfaces Namespace