This topic has not yet been rated - Rate this topic

ExcelServicesDataSourceProvider.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)
public override bool IsConnectionStringSecure { get; }

Property Value

Returns false because connection strings are not used for Excel Services data sources.

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.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.