Méthode IDTSManagedComponentWrapper100.WrapperDeleteOutput
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Deletes an output from the wrapper.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
Sub WrapperDeleteOutput ( _
lOutputID As Integer _
)
'Utilisation
Dim instance As IDTSManagedComponentWrapper100
Dim lOutputID As Integer
instance.WrapperDeleteOutput(lOutputID)
void WrapperDeleteOutput(
int lOutputID
)
void WrapperDeleteOutput(
[InAttribute] int lOutputID
)
abstract WrapperDeleteOutput :
lOutputID:int -> unit
function WrapperDeleteOutput(
lOutputID : int
)
Paramètres
- lOutputID
Type : System.Int32
The identifier of the output to be deleted.