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)
Syntax
'Declaration
Public Enumeration ConnectionStringSecurity
public enum ConnectionStringSecurity
public enum class ConnectionStringSecurity
public enum ConnectionStringSecurity
public enum ConnectionStringSecurity
Members
Member name | Description |
---|---|
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. |
Hinweise
Neu:17. Juli 2006
When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.
Plattformen
Entwicklungsplattformen
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.
Zielplattforme
Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.