IDbConnectionExtension.IntegratedSecurity 属性

Indicates whether the connection should use integrated security rather than supply a username and password.

命名空间:  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
A value of true if the connection should use integrated security for authentication; otherwise, false.

请参阅

参考

IDbConnectionExtension 接口

Microsoft.ReportingServices.DataProcessing 命名空间