OracleConnectionStringBuilder.IntegratedSecurity 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定一個值,指示連線中是否指定「使用者 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」金鑰。