Skip to main content
A newer version of this page is available. .

MsSqlConnectionParameters Constructors

Contains parameters used to establish a connection to a Microsoft SQL Server.
Name Parameters Description
MsSqlConnectionParameters() none Initializes a new instance of the MsSqlConnectionParameters class with the default settings.
MsSqlConnectionParameters(String, String, String, String, MsSqlAuthorizationType) serverName, databaseName, userName, password, authorizationType Initializes a new instance of the MsSqlConnectionParameters class.
See Also