The DTSSQLServerStorageFlags constants specify Microsoft® SQL Server™ 2000 options to use when saving or loading a Data Transformation Services (DTS) package.
| Constant | Value | Description |
|---|---|---|
| DTSSQLStgFlag_Default | 0 | Use SQL Server Authentication to connect to an instance of SQL Server. |
| DTSSQLStgFlag_UseTrustedConnection | 256 | Use Windows Authentication to connect to an instance of SQL Server. |