DataSourceCredentials.DataSourceName Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the name of the data source to which to pass credentials. String.

Namespace:   ReportExecution2005
Assembly:  ReportExecution2005 (in ReportExecution2005.dll)

Syntax

public string DataSourceName { get; set; }
public:
property String^ DataSourceName {
    String^ get();
    void set(String^ value);
}
member DataSourceName : string with get, set
Public Property DataSourceName As String

Property Value

Type: System.String

A String containing the data source name.

See Also

DataSourceCredentials Class
ReportExecution2005 Namespace

Return to top