IDTSPath100.Visualized Property

 

Applies To: SQL Server 2016 Preview

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

[DispIdAttribute(105)]
bool Visualized {
    [DispIdAttribute(105)]
    set;
}
[DispIdAttribute(105)]
property bool Visualized {
    [DispIdAttribute(105)]
    void set(bool value);
}
[<DispIdAttribute(105)>]
abstract Visualized : bool with set
<DispIdAttribute(105)>
WriteOnly Property Visualized As Boolean

Property Value

Type: System.Boolean

A value indicating that the user has attached a data viewer to this path in SSIS Designer.

See Also

IDTSPath100 Interface
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace

Return to top