Udostępnij za pośrednictwem


Właściwość IDbConnectionExtension.IntegratedSecurity

Wskazuje, czy połączenia należy użyć zabezpieczeń zintegrowanych zamiast podać nazwę użytkownika i hasło.

Przestrzeń nazw:  Microsoft.ReportingServices.DataProcessing
Zestawy:   Microsoft.ReportingServices.SharePoint.UI.WebParts (w Microsoft.ReportingServices.SharePoint.UI.WebParts.dll)
  Microsoft.ReportingServices.Interfaces (w Microsoft.ReportingServices.Interfaces.dll)

Składnia

'Deklaracja
Property IntegratedSecurity As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System.Boolean
Wartość true Jeśli połączenia należy użyć zabezpieczeń zintegrowanego uwierzytelnianie; w przeciwnym razie false.