Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets a value that indicates whether the integrated security is use.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property IntegratedSecurity As Boolean
Get
Set
'Usage
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)
Property Value
Type: System.Boolean
true if the integrated security is use; otherwise, false.