Metoda CManagedComponentWrapperClass.DeleteOutput
Usuwa IDTSOutput100 obiekt z IDTSOutputCollection100 kolekcja składnika.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Zestaw: Microsoft.SqlServer.DTSPipelineWrap (w Microsoft.SqlServer.DTSPipelineWrap.dll)
Składnia
'Deklaracja
Public Overridable Sub DeleteOutput ( _
lOutputID As Integer _
)
'Użycie
Dim instance As CManagedComponentWrapperClass
Dim lOutputID As Integer
instance.DeleteOutput(lOutputID)
public virtual void DeleteOutput(
int lOutputID
)
public:
virtual void DeleteOutput(
[InAttribute] int lOutputID
)
abstract DeleteOutput :
lOutputID:int -> unit
override DeleteOutput :
lOutputID:int -> unit
public function DeleteOutput(
lOutputID : int
)
Parametry
- lOutputID
Typ: System.Int32
Identyfikator IDTSOutput100 obiektu do usunięcia.
Implementacje
Zobacz także