Bagikan melalui


ConnectionManagerSqlMobileClass.Password Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the password used to log on to the connection.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public Overridable WriteOnly Property Password As String 
    Set
'Usage
Dim instance As ConnectionManagerSqlMobileClass 
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)

Property Value

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

Implements

IDTSConnectionManagerDatabaseParameters100.Password

See Also

Reference

ConnectionManagerSqlMobileClass Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace