Condividi tramite


Proprietà ConnectionProperties.IntegratedSecurity

Gets or sets a value that indicates whether the integrated security is use.

Spazio dei nomi  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)

Sintassi

'Dichiarazione
Public Property IntegratedSecurity As Boolean 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: System.Boolean
true if the integrated security is use; otherwise, false.

Vedere anche

Riferimento

ConnectionProperties Classe

Spazio dei nomi Microsoft.ReportingServices.RdlObjectModel