IDbConnectionExtension.Password Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the password to use when connecting to the database. Overrides any password specified in the connection string.
public:
property System::String ^ Password { void set(System::String ^ value); };
public string Password { set; }
member this.Password : string
Public Property Password As String
Property Value
The connection password.
Remarks
You can set the UserName and password in order to specify alternate credentials with which to access the data source.
Property Values
The password to use when authenticating the client.