Freigeben über


IDbConnectionExtension.IntegratedSecurity-Eigenschaft

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

Namespace:  Microsoft.ReportingServices.DataProcessing
Assemblys:   Microsoft.ReportingServices.SharePoint.UI.WebParts (in Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (in Microsoft.ReportingServices.Interfaces.dll)

Syntax

'Declaration
Property IntegratedSecurity As Boolean 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.Boolean
A value of true if the connection should use integrated security for authentication; otherwise, false.

Siehe auch

Verweis

IDbConnectionExtension Schnittstelle

Microsoft.ReportingServices.DataProcessing-Namespace