言語

SqlConnectionStringBuilderHelper.IsAuthenticationSpecified メソッド

定義

オーバーロード

名前 説明
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 です。

適用対象