MarkMpn.Sql4Cds.SSMS.AuthParams.AuthParams C# (CSharp) Method

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
        public AuthParams(SqlAuthenticationMethod authenticationMethod, string serverName, string databaseName, string resource, string authority, string userId, string password, Guid connectionId) : base(authenticationMethod, serverName, databaseName, resource, authority, userId, password, connectionId)
        {
        }
    }
AuthParams