言語

SqlConnectionStringBuilderHelper.IsAuthenticationSupported メソッド

定義

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

public static bool IsAuthenticationSupported();
static member IsAuthenticationSupported : unit -> bool
Public Shared Function IsAuthenticationSupported () As Boolean

返品

"Authentication" が現在の .Net バージョンに存在する場合は true

適用対象