OracleConnectionStringBuilder.Password Propriedade

Definição

Obtém ou define a senha para a conta Oracle.Gets or sets the password for the Oracle account.

public:
 property System::String ^ Password { System::String ^ get(); void set(System::String ^ value); };
public string Password { get; set; }
member this.Password : string with get, set
Public Property Password As String

Valor da propriedade

String

O valor da propriedade Password ou Empty se nenhum tiver sido aplicado.The value of the Password property, or Empty if none has been supplied.

Exemplos

Se o valor passado for nulo quando você tentar definir a propriedade, a Password propriedade será redefinida.If the value passed in is null when you try to set the property, the Password property is reset. Se o valor não tiver sido definido e o desenvolvedor tentar recuperar a propriedade, o valor de retorno será Empty .If the value has not been set and the developer tries to retrieve the property, the return value is Empty.

Comentários

Essa propriedade corresponde às chaves "password" e "pwd" dentro da cadeia de conexão.This property corresponds to the "Password" and "pwd" keys within the connection string.

Aplica-se a