Share via


DataSourceDescriptorPropertyChangedEventArgs.NewValue Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the new value of the specified object.

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

Syntax

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

Property Value

Type: System.Object

The new value of the specified object.

See Also

DataSourceDescriptorPropertyChangedEventArgs Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top