共用方式為


SqlAuthenticationParameters 建構函式

定義

多載

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

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

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32)

使用指定的驗證方法、伺服器名稱、資料庫名稱、資源 URI、授權單位 URI、使用者登入名稱/識別碼、使用者密碼、連線識別碼和連線逾時值,初始化 類別的新實例 SqlAuthenticationParameters

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid)

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

protected:
 SqlAuthenticationParameters(Microsoft::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 (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId);
new Microsoft.Data.SqlClient.SqlAuthenticationParameters : Microsoft.Data.SqlClient.SqlAuthenticationMethod * string * string * string * string * string * string * Guid -> Microsoft.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

連接識別碼。

適用於

SqlAuthenticationParameters(SqlAuthenticationMethod, String, String, String, String, String, String, Guid, Int32)

使用指定的驗證方法、伺服器名稱、資料庫名稱、資源 URI、授權單位 URI、使用者登入名稱/識別碼、使用者密碼、連線識別碼和連線逾時值,初始化 類別的新實例 SqlAuthenticationParameters

protected:
 SqlAuthenticationParameters(Microsoft::Data::SqlClient::SqlAuthenticationMethod authenticationMethod, System::String ^ serverName, System::String ^ databaseName, System::String ^ resource, System::String ^ authority, System::String ^ userId, System::String ^ password, Guid connectionId, int connectionTimeout);
protected SqlAuthenticationParameters (Microsoft.Data.SqlClient.SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId, int connectionTimeout);
new Microsoft.Data.SqlClient.SqlAuthenticationParameters : Microsoft.Data.SqlClient.SqlAuthenticationMethod * string * string * string * string * string * string * Guid * int -> Microsoft.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, connectionTimeout As Integer)

參數

authenticationMethod
SqlAuthenticationMethod

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

serverName
String

伺服器名稱。

databaseName
String

資料庫名稱。

resource
String

資源 URI。

authority
String

授權單位 URI。

userId
String

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

password
String

使用者密碼。

connectionId
Guid

連接識別碼。

connectionTimeout
Int32

連接逾時值以秒為單位。

適用於