ManagedComponentHost.HostDeleteOutputColumn Yöntemi
Bu API altyapısını destekler ve doğrudan kodunuz içinden kullanılmak üzere tasarlanmamıştır.
Ad Alanı: Microsoft.SqlServer.Dts.Pipeline
Derleme: Microsoft.SqlServer.PipelineHost (Microsoft.SqlServer.PipelineHost içinde.dll)
Sözdizimi
'Bildirim
Public Sub HostDeleteOutputColumn ( _
wrapper As IDTSManagedComponentWrapper100, _
outputID As Integer, _
outputColumnID As Integer _
)
'Kullanım
Dim instance As ManagedComponentHost
Dim wrapper As IDTSManagedComponentWrapper100
Dim outputID As Integer
Dim outputColumnID As Integer
instance.HostDeleteOutputColumn(wrapper, _
outputID, outputColumnID)
public void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100 wrapper,
int outputID,
int outputColumnID
)
public:
virtual void HostDeleteOutputColumn(
IDTSManagedComponentWrapper100^ wrapper,
int outputID,
int outputColumnID
) sealed
abstract HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
override HostDeleteOutputColumn :
wrapper:IDTSManagedComponentWrapper100 *
outputID:int *
outputColumnID:int -> unit
public final function HostDeleteOutputColumn(
wrapper : IDTSManagedComponentWrapper100,
outputID : int,
outputColumnID : int
)
Uygulamalar
IDTSManagedComponentHost100.HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)