ManagedComponentHost.GetSupport 메서드
이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.
Gets the support for the ManagedComponentHost.
네임스페이스: Microsoft.SqlServer.Dts.Pipeline
어셈블리: Microsoft.SqlServer.PipelineHost(Microsoft.SqlServer.PipelineHost.dll)
구문
‘선언
Public Sub GetSupport ( _
ByRef pSupport As Boolean _
)
‘사용 방법
Dim instance As ManagedComponentHost
Dim pSupport As Boolean
instance.GetSupport(pSupport)
public void GetSupport(
ref bool pSupport
)
public:
virtual void GetSupport(
bool% pSupport
) sealed
abstract GetSupport :
pSupport:bool byref -> unit
override GetSupport :
pSupport:bool byref -> unit
public final function GetSupport(
pSupport : boolean
)
매개 변수
- pSupport
유형: System.Boolean%
The support.
구현
IDTSSupportBackPressure100.GetSupport(Boolean%)