Proprietà ConnectionManagerSqlMobileClass.Password
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Sets the password used to log on to the connection.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Overridable WriteOnly Property Password As String
Set
'Utilizzo
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)
Valore proprietà
Tipo: System.String
The password used to log on to the connection.
Implementa
IDTSConnectionManagerDatabaseParameters100.Password