DeleteOutput Método
Deletes an IDTSOutput100 object from the IDTSOutputCollection100 collection.
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Sintaxis
'Declaración
Sub DeleteOutput ( _
lOutputID As Integer _
)
'Uso
Dim instance As IDTSDesigntimeComponent100
Dim lOutputID As Integer
instance.DeleteOutput(lOutputID)
void DeleteOutput(
int lOutputID
)
void DeleteOutput(
[InAttribute] int lOutputID
)
abstract DeleteOutput :
lOutputID:int -> unit
function DeleteOutput(
lOutputID : int
)
Parámetros
- lOutputID
Tipo: System. . :: . .Int32
The ID of the IDTSOutput100 object to delete.
Comentarios
Called when an IDTSOutput100 object is being deleted from the IDTSOutputCollection100 collection.
Vea también