OracleConnectionStringBuilder.UserID Proprietà

Definizione

Ottiene o imposta l'ID utente da utilizzare per la connessione a Oracle.

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

Valore della proprietà

Valore della proprietà UserID o Empty se non è stato fornito alcun valore.

Commenti

Questa proprietà corrisponde alle chiavi "User ID", "user" e "uid" all'interno della stringa di connessione.

Se il valore specificato è null, quando si prova a impostare la proprietà UserID, questa viene reimpostata. Se il valore non è stato impostato e lo sviluppatore tenta di recuperare la proprietà, il valore restituito è Empty.

Si applica a

Vedi anche