DataSourceDefinition.OriginalConnectStringExpressionBased Property

 

Applies To: SQL Server 2016 Preview

Indicates whether the original connection string for the data source was expression-based. Read-only.

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

Syntax

public bool OriginalConnectStringExpressionBased { get; set; }
public:
property bool OriginalConnectStringExpressionBased {
    bool get();
    void set(bool value);
}
member OriginalConnectStringExpressionBased : bool with get, set
Public Property OriginalConnectStringExpressionBased As Boolean

Property Value

Type: System.Boolean

A Boolean value indicating whether the original connection string for the data source was expression-based.

Remarks

Expression-based connection strings are not supported in shared data sources.

See Also

DataSourceDefinition Class
ReportService2005 Namespace

Return to top