CustomDataSourceProvider.IsConnectionStringSecure Property (Microsoft.PerformancePoint.Scorecards.Extensions)

Indicates if the connection string is secure (contains sensitive information). Secure connection strings are only exposed to users who are data source editors or administrators, and not to users who are only readers.

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

Syntax

'Declaration
Public MustOverride ReadOnly Property IsConnectionStringSecure As Boolean
'Usage
Dim instance As CustomDataSourceProvider
Dim value As Boolean

value = instance.IsConnectionStringSecure
public abstract bool IsConnectionStringSecure { get; }

Remarks

Return true in your implementation if your provider stores sensitive information in the connection string, such as usernames and passwords.

See Also

Reference

CustomDataSourceProvider Class
CustomDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.Extensions Namespace