The DesignerSettings property specifies the settings that control the features available in Data Transformation Services (DTS) Designer.
object.DesignerSettings [= value]
Part | Description |
---|---|
object | Expression that evaluates to an Application object |
value | Sum of values from DTSDesignerSettings constants |
Read/write
HRESULT GetDesignerSettings(DTSDesignerSettings *pRetVal);
HRESULT SetDesignerSettings(DTSDesignerSettings NewValue);