Share via


TabularDataSourceProvider.UseConnectionString property

Gets or sets a Boolean value that indicates whether to use a connection string to connect to the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly:  Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard.dll)

Syntax

'Declaration
Public Overridable Property UseConnectionString As Boolean
    Get
    Set
'Usage
Dim instance As TabularDataSourceProvider
Dim value As Boolean

value = instance.UseConnectionString

instance.UseConnectionString = value
public virtual bool UseConnectionString { get; set; }

Property value

Type: System.Boolean
true if this data source uses a connection string; otherwise false.

Remarks

If true, the ConnectionString property is used to connect to the data source.

See also

Reference

TabularDataSourceProvider class

TabularDataSourceProvider members

Microsoft.PerformancePoint.Scorecards.DataSourceProviders namespace