Proprietà ConnectionManagerExcelClass.Password

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the password for 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 ConnectionManagerExcelClass 
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 for the connection.

Implementa

IDTSConnectionManagerDatabaseParameters100.Password

Osservazioni

For more information, see ConnectionManager.

Vedere anche

Riferimento

ConnectionManagerExcelClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper