Enumerazione ConnectionStringSecurity

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

C#
public enum ConnectionStringSecurity

Membri

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

Osservazioni

Novità:   17 luglio 2006

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

Vedere anche

Riferimento

Spazio dei nomi Microsoft.AnalysisServices