DataSourceDescriptorPropertyChangedEventArgs.NewValue Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the new value of the specified object.
Namespace: Microsoft.DataWarehouse.Interfaces
Assembly: Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)
Syntax
'Declaration
Public ReadOnly Property NewValue As Object
Get
'Usage
Dim instance As DataSourceDescriptorPropertyChangedEventArgs
Dim value As Object
value = instance.NewValue
public Object NewValue { get; }
public:
property Object^ NewValue {
Object^ get ();
}
member NewValue : Object
function get NewValue () : Object
Property Value
Type: System.Object
The new value of the specified object.