SqlAuthenticationParameters 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用指定的驗證方法、伺服器名稱、資料庫名稱、資源 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
連接識別碼。