Udostępnij za pośrednictwem


SqlConnectionStringBuilder.Authentication Właściwość

Definicja

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

Wartość właściwości

Metoda uwierzytelniania parametry połączenia.

Uwagi

Aby uzyskać więcej informacji, zobacz Using Azure Active Directory authentication with SqlClient (Korzystanie z uwierzytelniania usługi Azure Active Directory za pomocą klienta SqlClient).

Dotyczy