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 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.