DTS Programming

DesignerSettings Property

The DesignerSettings property specifies the settings that control the features available in Data Transformation Services (DTS) Designer.

Applies To
Application Object

Syntax

object.DesignerSettings [= value]

Part Description
object Expression that evaluates to an Application object
value Sum of values from DTSDesignerSettings constants

Data Type

DTSDesignerSettings

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetDesignerSettings(DTSDesignerSettings *pRetVal);

HRESULT SetDesignerSettings(DTSDesignerSettings NewValue);

See Also

JITDebug Property