ConnectionManagerExcelClass.Password-Eigenschaft
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Gets or sets the password for 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 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)
Eigenschaftswert
Typ: System.String
The password for the connection.
Implementiert
IDTSConnectionManagerDatabaseParameters100.Password
Hinweise
For more information, see ConnectionManager.