DataSource.UseConnectionString property

Gets or sets a Boolean value that indicates whether the connection string specified by the ConnectionString property is used to connect to the data source.

Namespace:  Microsoft.PerformancePoint.Scorecards
Assembly:  Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)

Syntax

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

value = instance.UseConnectionString

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

Property value

Type: System.Boolean
true if the connection string is used to connect to the data source; otherwise false.

See also

Reference

DataSource class

DataSource members

Microsoft.PerformancePoint.Scorecards namespace