SqlConnectionStringBuilder.Authentication プロパティ

定義

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

プロパティ値

接続文字列の認証方法。

注釈

詳細については、「SqlClient での Azure Active Directory 認証の使用」を参照してください。

適用対象