C# Class MarkMpn.Sql4Cds.SSMS.AuthParams

Inheritance: SqlAuthenticationParameters
Show file Open project: MarkMpn/Sql4Cds Class Usage Examples

Public Methods

Method Description
AuthParams ( SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId ) : System

Method Details

AuthParams() public method

public AuthParams ( SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId ) : System
authenticationMethod SqlAuthenticationMethod
serverName string
databaseName string
resource string
authority string
userId string
password string
connectionId Guid
return System