共用方式為


SqlAuthenticationParameters 建構函式

定義

使用指定的驗證方法、伺服器名稱、資料庫名稱、資源 URI、授權單位 URI、使用者登入名稱/識別碼、使用者密碼以及連線識別碼,將 SqlAuthenticationParameters 類別的新執行個體初始化。

protected:
 SqlAuthenticationParameters(System::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, System::String ^ serverName, System::String ^ databaseName, System::String ^ resource, System::String ^ authority, System::String ^ userId, System::String ^ password, Guid connectionId);
protected SqlAuthenticationParameters (System.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId);
new System.Data.SqlClient.SqlAuthenticationParameters : System.Data.SqlClient.SqlAuthenticationMethod * string * string * string * string * string * string * Guid -> System.Data.SqlClient.SqlAuthenticationParameters
Protected Sub New (authenticationMethod As SqlAuthenticationMethod, serverName As String, databaseName As String, resource As String, authority As String, userId As String, password As String, connectionId As Guid)

參數

authenticationMethod
SqlAuthenticationMethod

其中一個列舉值指定驗證方法。

serverName
String

伺服器名稱。

databaseName
String

資料庫名稱。

resource
String

資源 URI。

authority
String

授權單位 URI。

userId
String

使用者登入名稱/識別碼。

password
String

使用者密碼。

connectionId
Guid

連接識別碼。

適用於