DtsPipelineComponentAttribute.NoEditor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the Advanced Properties editor is available for the component.
public:
property bool NoEditor { bool get(); void set(bool value); };
public bool NoEditor { get; set; }
member this.NoEditor : bool with get, set
Public Property NoEditor As Boolean
Property Value
true if the Advanced Properties editor is disabled; otherwise, false. The default is false.
Remarks
The Advanced Properties editor is the generic editor available to all data flow components. Set this property to true
to prevent the Advanced Properties editor from being available to users of your component.
If this property is false
, and the UITypeName property is not specified, the only interface for editing the component is the Properties window.