Compartir a través de


ConnectionManagerOLAPClass.Password Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Sets the password used to log on to the connection.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
Public Overridable WriteOnly Property Password As String 
    Set
'Uso
Dim instance As ConnectionManagerOLAPClass 
Dim value As String

instance.Password = value
public virtual string Password { set; }
public:
virtual property String^ Password {
    void set (String^ value);
}
abstract Password : string with get, set 
override Password : string with get, set
function set Password (value : String)

Valor de la propiedad

Tipo: System.String
The password used to log on to the connection.

Implementa

IDTSConnectionManagerDatabaseParameters100.Password

Vea también

Referencia

ConnectionManagerOLAPClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper