DataSource.UseConnectionString Property (Microsoft.PerformancePoint.Scorecards)
If true, 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
<XmlAttributeAttribute> _
Public Property UseConnectionString As Boolean
'Usage
Dim instance As DataSource
Dim value As Boolean
value = instance.UseConnectionString
instance.UseConnectionString = value
[XmlAttributeAttribute]
public bool UseConnectionString { get; set; }
See Also
Reference
DataSource Class
DataSource Members
Microsoft.PerformancePoint.Scorecards Namespace