Compartilhar via


IDbConnectionExtension.IntegratedSecurity Propriedade

Definição

Indica se a conexão deveria 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

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

Aplica-se a