SqlConnectionStringBuilderHelper.IsAuthenticationSpecified Method

Definition

Overloads

IsAuthenticationSpecified(SqlConnectionStringBuilder)

Determines whether a connection string builder has a value specified for the Authentication property.

IsAuthenticationSpecified(SqlConnectionStringBuilder)

Determines whether a connection string builder has a value specified for the Authentication property.

IsAuthenticationSpecified(SqlConnectionStringBuilder)

Determines whether a connection string builder has a value specified for the Authentication property.

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

Parameters

connectionStringBuilder
SqlConnectionStringBuilder

A connection string builder that might have authentication specified.

Returns

True if the authentication property is supported by the connection string builder and the authentication property is specified. False otherwise.

Applies to

IsAuthenticationSpecified(SqlConnectionStringBuilder)

Determines whether a connection string builder has a value specified for the Authentication property.

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

Parameters

connectionStringBuilder
SqlConnectionStringBuilder

A connection string builder that might have authentication specified.

Returns

True if the authentication property is supported by the connection string builder and the authentication property is specified. False otherwise.

Applies to