Metodo ManagedComponentHost.GetSupport
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Gets the support for the ManagedComponentHost.
Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
Public Sub GetSupport ( _
ByRef pSupport As Boolean _
)
'Utilizzo
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
)
Parametri
- pSupport
Tipo: System.Boolean%
The support.
Implementa
IDTSSupportBackPressure100.GetSupport(Boolean%)