SQLConnection.Password Property | |
A string containing the ODBC password (authorization string).
Namespace:
VO
Assembly:
VOSQLClasses (in VOSQLClasses.dll) Version: 2.19
Syntax VIRTUAL PROPERTY Password AS USUAL GET SET
public virtual Usual Password { get; set; }
Request Example
View SourceProperty Value
Type:
UsualA string containing the ODBC password (authorization string).
Remarks Tip |
---|
This string cannot be assigned if the connection is open. |
See Also