HostDeleteInput メソッド
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
アセンブリ: Microsoft.SqlServer.DTSPipelineWrap (Microsoft.SqlServer.DTSPipelineWrap.dll)
構文
'宣言
Sub HostDeleteInput ( _
pWrapper As IDTSManagedComponentWrapper100, _
lInputID As Integer _
)
'使用
Dim instance As IDTSManagedComponentHost100
Dim pWrapper As IDTSManagedComponentWrapper100
Dim lInputID As Integer
instance.HostDeleteInput(pWrapper, lInputID)
void HostDeleteInput(
IDTSManagedComponentWrapper100 pWrapper,
int lInputID
)
void HostDeleteInput(
[InAttribute] IDTSManagedComponentWrapper100^ pWrapper,
[InAttribute] int lInputID
)
abstract HostDeleteInput :
pWrapper:IDTSManagedComponentWrapper100 *
lInputID:int -> unit
function HostDeleteInput(
pWrapper : IDTSManagedComponentWrapper100,
lInputID : int
)
パラメーター
- lInputID
型: System. . :: . .Int32