共用方式為


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.