다음을 통해 공유


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