DTSSQLServerStorageFlags

DTS Programming

DTS Programming

DTSSQLServerStorageFlags

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.

See Also

LoadFromSQLServer Method

LogServerFlags Property

RemoveFromSQLServer Method

SaveToSQLServer Method