DataSourceDescriptorPropertyChangedEventArgs Class

 

Applies To: SQL Server 2016 Preview

Represents an interface that contains the data source descriptor property.

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

Inheritance Hierarchy

System.Object
  Microsoft.DataWarehouse.Interfaces.DataSourceDescriptorPropertyChangedEventArgs

Syntax

public class DataSourceDescriptorPropertyChangedEventArgs
public ref class DataSourceDescriptorPropertyChangedEventArgs 
type DataSourceDescriptorPropertyChangedEventArgs = class end
Public Class DataSourceDescriptorPropertyChangedEventArgs

Constructors

Name Description
System_CAPS_pubmethod DataSourceDescriptorPropertyChangedEventArgs(String, Object, Object)

Initializes a new instance of the DataSourceDescriptorPropertyChangedEventArgs class.

Properties

Name Description
System_CAPS_pubproperty Name

Gets or sets the specified value of the name.

System_CAPS_pubproperty NewValue

Gets or sets the new value of the specified object.

System_CAPS_pubproperty OldValue

Gets or sets the original value of the specified object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.DataWarehouse.Interfaces Namespace

Return to top