次の方法で共有


IDbConnectionExtension.IntegratedSecurity プロパティ

接続でユーザー名とパスワードを指定するのではなく、統合セキュリティを使用するかどうかを示します。

名前空間:  Microsoft.ReportingServices.DataProcessing
アセンブリ:   Microsoft.ReportingServices.SharePoint.UI.WebParts (Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (Microsoft.ReportingServices.Interfaces.dll)

構文

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

value = instance.IntegratedSecurity

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

プロパティ値

型: System.Boolean
接続で認証に統合セキュリティを使用する必要がある場合は値が true となり、それ以外の場合は false となります。

関連項目

参照

IDbConnectionExtension インターフェイス

Microsoft.ReportingServices.DataProcessing 名前空間