IDTSPath100.Visualized 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.
Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer.
public:
property bool Visualized { void set(bool value); };
[System.Runtime.InteropServices.DispId(105)]
public bool Visualized { [System.Runtime.InteropServices.DispId(105)] set; }
[<System.Runtime.InteropServices.DispId(105)>]
[<set: System.Runtime.InteropServices.DispId(105)>]
member this.Visualized : bool
Public Property Visualized As Boolean
Property Value
A value indicating that the user has attached a data viewer to this path in SSIS Designer.
- Attributes