Właściwość ConnectionProperties.IntegratedSecurity
Wskazuje, czy użyć zabezpieczeń zintegrowanych.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property IntegratedSecurity As Boolean
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Boolean
A wartość logiczna value.
Zobacz także