次の方法で共有


ConnectionProperties.IntegratedSecurity プロパティ

定義

統合セキュリティを使用するかどうかを示す値を取得または設定します。

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool IntegratedSecurity { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

プロパティ値

統合セキュリティを使用する場合は true、使用しない場合は false

属性

適用対象