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