ConnectionStringSecurity 枚举
An enumeration which tells the user if the password for the ConnectionString has to be delivered.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)
语法
声明
Public Enumeration ConnectionStringSecurity
用法
Dim instance As ConnectionStringSecurity
public enum ConnectionStringSecurity
public enum class ConnectionStringSecurity
type ConnectionStringSecurity
public enum ConnectionStringSecurity
成员
成员名称 | 说明 | |
---|---|---|
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. |
注释
新增日期: 2006 年 7 月 17 日
When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.