Share via


IDataSourceProvider.IsConnectionStringSecure Property (Microsoft.PerformancePoint.Scorecards)

Indicates if the connection string for the data source provider contains sensitive information, such as user name or password.

Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in microsoft.performancepoint.scorecards.client.dll)

Syntax

'Declaration
ReadOnly Property IsConnectionStringSecure As Boolean
'Usage
Dim instance As IDataSourceProvider
Dim value As Boolean

value = instance.IsConnectionStringSecure
bool IsConnectionStringSecure { get; }

Property Value

Returns true if the connection string contains sensitive information such as user name or password. Otherwise, returns false.

Remarks

Secure connection strings are only exposed to users who are data source editors or administrators, and not to users who are only readers.

See Also

Reference

IDataSourceProvider Interface
IDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards Namespace