The DTSForceMode constants override the default handling of associated properties.
Constant | Value | Description |
---|---|---|
DTSForceMode_Always | 1 | Data Transformation Services (DTS) always overrides default handling of property. |
DTSForceMode_Default | 0 | DTS can choose to override default handling of property. |
DTSForceMode_Never | 2 | DTS never overrides default handling of property. |