IntegratedSecurity Propiedad
Indicates whether the connection should use integrated security rather than supply a username and password.
Espacio de nombres: Microsoft.ReportingServices.DataProcessing
Ensamblado: Microsoft.ReportingServices.Interfaces (en Microsoft.ReportingServices.Interfaces.dll)
Sintaxis
'Declaración
Property IntegratedSecurity As Boolean
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .Boolean
A value of true if the connection should use integrated security for authentication; otherwise, false.