Compartir a través de


ConnectionStringSecurity Enumeration

An enumeration which tells the user if the password for the ConnectionString has to be delivered.

Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)

Sintaxis

'Declaración
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.

Notas

Nuevo:17 de julio de 2006

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

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Microsoft.AnalysisServices Namespace