Compartilhar via


SqlConnectionStringBuilder.Authentication Propriedade

Definição

Obtém ou define o método de autenticação usado para conectar-se a Banco de Dados SQL usando a Autenticação do Azure Active Directory.

public:
 property Microsoft::Data::SqlClient::SqlAuthenticationMethod Authentication { Microsoft::Data::SqlClient::SqlAuthenticationMethod get(); void set(Microsoft::Data::SqlClient::SqlAuthenticationMethod value); };
public Microsoft.Data.SqlClient.SqlAuthenticationMethod Authentication { get; set; }
member this.Authentication : Microsoft.Data.SqlClient.SqlAuthenticationMethod with get, set
Public Property Authentication As SqlAuthenticationMethod

Valor da propriedade

O método de autenticação do cadeia de conexão.

Comentários

Para obter mais informações, confira Usando a autenticação do Azure Active Directory com o SqlClient.

Aplica-se a