OracleConnectionStringBuilder.IntegratedSecurity 屬性

定義

取得或設定一個值,指示連線中是否指定「使用者 ID」與「密碼」(當 false 時),或是使用目前的 Windows 帳號憑證進行認證(當 true)。

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
public bool IntegratedSecurity { get; set; }
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

屬性值

房產價值 IntegratedSecurity ,或若未提供則為 a false

備註

此特性對應於 連接字串 中的「Integrated Security」金鑰。

適用於