IDbConnectionExtension.IntegratedSecurity Propriedade

Definição

Indica se a conexão deve usar segurança integrada em vez de fornecer um nome de usuário e senha.

public:
 property bool IntegratedSecurity { bool get(); void set(bool value); };
public bool IntegratedSecurity { get; set; }
member this.IntegratedSecurity : bool with get, set
Public Property IntegratedSecurity As Boolean

Valor da propriedade

Boolean

Um valor de true se a conexão deve usar segurança integrada para autenticação; caso contrário false,.

Aplica-se a