次の方法で共有


ConnectionProperties.IntegratedSecurity プロパティ

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

名前空間:  Microsoft.ReportingServices.RdlObjectModel
アセンブリ:  Microsoft.ReportingServices.Designer.Controls (Microsoft.ReportingServices.Designer.Controls.dll)

構文

'宣言
Public Property IntegratedSecurity As Boolean 
    Get 
    Set
'使用
Dim instance As ConnectionProperties 
Dim value As Boolean 

value = instance.IntegratedSecurity

instance.IntegratedSecurity = value
public bool IntegratedSecurity { get; set; }
public:
property bool IntegratedSecurity {
    bool get ();
    void set (bool value);
}
member IntegratedSecurity : bool with get, set
function get IntegratedSecurity () : boolean 
function set IntegratedSecurity (value : boolean)

プロパティ値

型: System.Boolean
統合セキュリティを使用する場合は true、使用しない場合は false。

関連項目

参照

ConnectionProperties クラス

Microsoft.ReportingServices.RdlObjectModel 名前空間