Expand Minimize
This topic has not yet been rated - Rate this topic

ConnectionStringSecurity Enumeration

An enumeration which tells the user if the password for the ConnectionString has to be delivered.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
public enum ConnectionStringSecurity
Member nameDescription
UnchangedPassword is still part of ConnectionString and the user can connect to the Server without entering a password.
PasswordRemovedPassword has been removed from ConnectionString and user will have to enter a password for the Server to connect to relational database.

New: 17 July 2006

When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.