SqlConnectionStringBuilderHelper::SetAuthentication Method

 

Updated: April 20, 2017

SqlConnectionStringBuilderHelper::SetAuthentication Method (SqlConnectionStringBuilder^, SqlConnectionStringBuilder^)

public:
static void SetAuthentication(
	SqlConnectionStringBuilder^ sourceBuilder,
	SqlConnectionStringBuilder^ targetBuilder
)
Return to top

SqlConnectionStringBuilderHelper::SetAuthentication Method (SqlConnectionStringBuilder^, String^)

public:
static void SetAuthentication(
	SqlConnectionStringBuilder^ sbConnectionString,
	String^ authenticationType
)

Parameters

sbConnectionString
Type: System.Data.SqlClient::SqlConnectionStringBuilder^

authenticationType
Type: System::String^

Return to top
Show: