共用方式為


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 的硬體和軟體需求>。

請參閱

參考

Microsoft.AnalysisServices Namespace