OracleConnectionStringBuilder.UserID 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定使用者 ID 以便在連接 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
屬性值
房產價值 UserID ,或 Empty 是否提供任何價值。
備註
此屬性對應於連接字串中的「User ID」、「user」和「uid」鍵。
如果你嘗試設定該屬性,輸入的值是 null,該 UserID 屬性就會被重置。 若值尚未設定,且開發者嘗試取得該屬性,則回傳值為 Empty。