共用方式為


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 命名空間