AdomdDataSourceProvider.IsConnectionStringSecure Property (Microsoft.PerformancePoint.Scorecards.DataSourceProviders)

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

Namespace: Microsoft.PerformancePoint.Scorecards.DataSourceProviders
Assembly: Microsoft.PerformancePoint.Scorecards.DataSourceProviders.Standard (in microsoft.performancepoint.scorecards.datasourceproviders.standard.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property IsConnectionStringSecure As Boolean
'Usage
Dim instance As AdomdDataSourceProvider
Dim value As Boolean

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

Property Value

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

Remarks

Connection strings for this data source provider do not contain sensitive information.

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

See Also

Reference

AdomdDataSourceProvider Class
AdomdDataSourceProvider Members
Microsoft.PerformancePoint.Scorecards.DataSourceProviders Namespace