IDTSPath100.Visualized Property
Sets a value indicating that the user has attached a data viewer to this path in SSIS Designer.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
WriteOnly Property Visualized As Boolean
Set
'Usage
Dim instance As IDTSPath100
Dim value As Boolean
instance.Visualized = value
bool Visualized { set; }
property bool Visualized {
void set (bool value);
}
abstract Visualized : bool with get, set
function set Visualized (value : boolean)
Property Value
Type: System.Boolean
A value indicating that the user has attached a data viewer to this path in SSIS Designer.