ConnectionStringSecurity Enum

Definition

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

C#
public enum ConnectionStringSecurity
Inheritance
ConnectionStringSecurity

Fields

Name Value Description
Unchanged 0

Password is still part of ConnectionString and the user can connect to the Server without entering a password.

PasswordRemoved 1

Password has been removed from ConnectionString and user will have to enter a password for the Server to connect to relational database.

Remarks

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

Applies to

Product Versions
Analysis Services SDK for .NET latest