DataSourceDescriptorPropertyChangedEventArgs.Name Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the specified value of the name.

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

Syntax

public string Name { get; }
public:
property String^ Name {
    String^ get();
}
member Name : string with get
Public ReadOnly Property Name As String

Property Value

Type: System.String

The specified value of the name.

See Also

DataSourceDescriptorPropertyChangedEventArgs Class
Microsoft.DataWarehouse.Interfaces Namespace

Return to top