言語

SqlConnectionStringBuilderHelper クラス

定義

DacFx の SQL 認証構成をサポートするパブリック クラス

public sealed class SqlConnectionStringBuilderHelper
type SqlConnectionStringBuilderHelper = class
Public NotInheritable Class SqlConnectionStringBuilderHelper
継承
SqlConnectionStringBuilderHelper

コンストラクター

名前 説明
SqlConnectionStringBuilderHelper()

DacFx の SQL 認証構成をサポートするパブリック クラス

メソッド

名前 説明
GetAuthenticationString(SqlConnectionStringBuilder)

connectionStringBuilder から文字列として認証を取得する

GetAuthenticationString(SqlConnectionStringBuilder)

connectionStringBuilder から文字列として認証を取得する

GetConnectionStringWithAlwaysEncryptedSetting(SqlConnectionStringBuilder, Boolean)

.NET フレームワークで使用可能な場合は、接続文字列で AlwaysEncrypted 設定を設定し、.NET 4.6 がない場合は更新された 接続文字列 No-op を返します

GetConnectionStringWithAlwaysEncryptedSetting(SqlConnectionStringBuilder, Boolean)

.NET フレームワークで使用可能な場合は、接続文字列で AlwaysEncrypted 設定を設定し、.NET 4.6 がない場合は更新された 接続文字列 No-op を返します

IsAuthenticationSpecified(SqlConnectionStringBuilder)

接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。

IsAuthenticationSpecified(SqlConnectionStringBuilder)

接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。

IsAuthenticationSupported()

ランタイム環境で "認証" がサポートされているかどうかを確認します。キーワード "Authentication" は、次の場合までサポートされません。Net4.6。 ユーザーが 4.6 未満のバージョンの .Net を使用している場合、DacFx では "認証" の使用を避ける必要があります

SetAuthentication(SqlConnectionStringBuilder, SqlConnectionStringBuilder)

ソース ビルダーからターゲット ビルダーに認証値を設定する

SetAuthentication(SqlConnectionStringBuilder, SqlConnectionStringBuilder)

ソース ビルダーからターゲット ビルダーに認証値を設定する

SetAuthentication(SqlConnectionStringBuilder, String)

リフレクションを使用した認証の設定

SetAuthentication(SqlConnectionStringBuilder, String)

リフレクションを使用した認証の設定

適用対象