SqlConnectionStringBuilder.Authentication Proprietà

Definizione

Ottiene o imposta il metodo di autenticazione usato per la connessione a database SQL tramite l'autenticazione di 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

Valore della proprietà

Metodo di autenticazione del stringa di connessione.

Commenti

Per altre informazioni, vedere Uso dell'autenticazione di Azure Active Directory con SqlClient.

Si applica a