SqlAuthenticationParameters Конструктор

Определение

Инициализирует новый экземпляр класса с помощью указанного SqlAuthenticationParameters метода проверки подлинности, имени сервера, имени базы данных, URI ресурса, URI центра, имени входа пользователя или идентификатора, пароля пользователя и идентификатора подключения.

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

Идентификатор подключения.

Применяется к