Properties

The module contains the following standard properties:

NameDescriptionIDFlags
Connection stringStandard SQL connection string2563Persisted

For a connection to a Microsoft SQL server:

Provider=MSOLEDBSQL;Data Source=SERVER_URI;Initial Catalog=DB_NAME;User ID=USERNAME;Password=PASSWORD;

Note:

  1. The Provider for a Microsoft SQL server must be MSOLEDBSQL.