IDTSPath100.Visualized 属性

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
WriteOnly Property Visualized As Boolean 
    Set
用法
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)

属性值

类型:System.Boolean
A value indicating that the user has attached a data viewer to this path in SSIS Designer.

请参阅

参考

IDTSPath100 接口

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间