Méthode ManagedComponentHost.GetSupport
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Gets the support for the ManagedComponentHost.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline
Assembly : Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
Syntaxe
'Déclaration
Public Sub GetSupport ( _
ByRef pSupport As Boolean _
)
'Utilisation
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
)
Paramètres
- pSupport
Type : System.Boolean%
The support.
Implémente
IDTSSupportBackPressure100.GetSupport(Boolean%)