SqlConnectionStringBuilderHelper.IsAuthenticationSpecified メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| IsAuthenticationSpecified(SqlConnectionStringBuilder) |
接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。 |
| IsAuthenticationSpecified(SqlConnectionStringBuilder) |
接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。 |
IsAuthenticationSpecified(SqlConnectionStringBuilder)
接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。
public static bool IsAuthenticationSpecified(Microsoft.Data.SqlClient.SqlConnectionStringBuilder connectionStringBuilder);
static member IsAuthenticationSpecified : Microsoft.Data.SqlClient.SqlConnectionStringBuilder -> bool
Public Shared Function IsAuthenticationSpecified (connectionStringBuilder As SqlConnectionStringBuilder) As Boolean
パラメーター
- connectionStringBuilder
- SqlConnectionStringBuilder
認証が指定されている可能性がある接続文字列 ビルダー。
返品
認証プロパティが接続文字列 ビルダーでサポートされていて、認証プロパティが指定されている場合は true。 それ以外の場合は False です。
適用対象
IsAuthenticationSpecified(SqlConnectionStringBuilder)
接続文字列 ビルダーが Authentication プロパティに指定された値を持っているかどうかを判断します。
public static bool IsAuthenticationSpecified(System.Data.SqlClient.SqlConnectionStringBuilder connectionStringBuilder);
static member IsAuthenticationSpecified : System.Data.SqlClient.SqlConnectionStringBuilder -> bool
Public Shared Function IsAuthenticationSpecified (connectionStringBuilder As SqlConnectionStringBuilder) As Boolean
パラメーター
- connectionStringBuilder
- SqlConnectionStringBuilder
認証が指定されている可能性がある接続文字列 ビルダー。
返品
認証プロパティが接続文字列 ビルダーでサポートされていて、認証プロパティが指定されている場合は true。 それ以外の場合は False です。