다음을 통해 공유


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 네임스페이스