PipelineTaskHost 속성
Gets the TaskHost that represents the TaskHost container of the parent Data Flow task.
네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design
구문
‘선언
ReadOnly Property PipelineTaskHost As TaskHost
Get
‘사용 방법
Dim instance As IDtsPipelineEnvironmentService
Dim value As TaskHost
value = instance.PipelineTaskHost
TaskHost PipelineTaskHost { get; }
property TaskHost^ PipelineTaskHost {
TaskHost^ get ();
}
abstract PipelineTaskHost : TaskHost
function get PipelineTaskHost () : TaskHost
속성 값
형식: Microsoft.SqlServer.Dts.Runtime. . :: . .TaskHost
A TaskHost that represents the TaskHost container of the parent Data Flow task.
주의
The TaskHost is a container or wrapper for all Integration Services tasks. The container provides properties and functionality common to all tasks.
For information on using the services provided by SSIS Designer, see 데이터 흐름 구성 요소의 사용자 인터페이스 개발.