Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ms sql接続で使用されている認証の種類をADOで取得する方法はありますか? Windows 認証または SQL 認証を使用している場合。
クラスを使用しSqlConnectionStringBuilderて接続文字列を解析し、UseIntegratedSecurityまたはUserNameプロパティを確認します。
SqlConnectionStringBuilder
UseIntegratedSecurity
UserName