Compartir a través de


DataSourceDescriptorPropertyChangedEventArgs.OldValue Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the original value of the specified object.

Espacio de nombres:  Microsoft.DataWarehouse.Interfaces
Ensamblado:  Microsoft.DataWarehouse.Interfaces (en Microsoft.DataWarehouse.Interfaces.dll)

Sintaxis

'Declaración
Public ReadOnly Property OldValue As Object 
    Get
'Uso
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

Valor de la propiedad

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

Vea también

Referencia

DataSourceDescriptorPropertyChangedEventArgs Clase

Espacio de nombres Microsoft.DataWarehouse.Interfaces