Поделиться через


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.

Замечания

Добавления:17 июля 2006 г.

When user reads the value of ConnectionString, the password is automatically removed from ConnectionString for security reasons.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.AnalysisServices Namespace