Share via


Énumération ConnectionStringSecurity

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Enumeration ConnectionStringSecurity
'Utilisation
Dim instance As ConnectionStringSecurity
public enum ConnectionStringSecurity
public enum class ConnectionStringSecurity
type ConnectionStringSecurity
public enum ConnectionStringSecurity

Membres

Nom de membre Description
Unchanged Password is still part of ConnectionString and the user can connect to the Server without entering a password.
PasswordRemoved Password has been removed from ConnectionString and user will have to enter a password for the Server to connect to relational database.

Notes

Nouveau : 17 juillet 2006

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