Lenguaje

ConnectionProperties.IntegratedSecurity Propiedad

Definición

Obtiene o establece un valor que indica si se está usando el seguro integrado.

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
[System.ComponentModel.DefaultValue(false)]
public bool IntegratedSecurity { get; set; }
[<System.ComponentModel.DefaultValue(false)>]
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

Valor de propiedad

true si se utiliza la seguridad integrada; de lo contrario, false.

Atributos

Se aplica a