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.