ConnectionStringSecurity Enumeration
An enumeration which tells the user if the password for the ConnectionString has to be delivered.
命名空间: Microsoft.AnalysisServices
程序集: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
语法
声明
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. |
备注
新增日期:2006 年 7 月 17 日
When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。