IDTSManagedComponentHost130 インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public interface class IDTSManagedComponentHost130 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSManagedComponentHost100
[System.Runtime.InteropServices.Guid("E2BAED93-7763-432F-866B-D4CE357F9C40")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponentHost130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("5FB66A0A-BEE9-4E7E-8269-E25DAFCFE5F5")]
public interface IDTSManagedComponentHost130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentHost100
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.Guid("E6BB2A9D-0339-40F3-8D07-1FEAAE6A552D")]
public interface IDTSManagedComponentHost130 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSManagedComponentHost100
[<System.Runtime.InteropServices.Guid("E2BAED93-7763-432F-866B-D4CE357F9C40")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponentHost130 = interface
interface IDTSManagedComponentHost100
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("5FB66A0A-BEE9-4E7E-8269-E25DAFCFE5F5")>]
type IDTSManagedComponentHost130 = interface
interface IDTSManagedComponentHost100
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.Guid("E6BB2A9D-0339-40F3-8D07-1FEAAE6A552D")>]
type IDTSManagedComponentHost130 = interface
interface IDTSManagedComponentHost100
Public Interface IDTSManagedComponentHost130
Implements IDTSManagedComponentHost100
- 派生
-
- 属性
-
- 実装
-
プロパティ
メソッド
HostAcquireConnections(IDTSManagedComponentWrapper100, Object)
|
HostCheckAndPerformDowngrade(IDTSManagedComponentWrapper100, Int32, DTSTargetServerVersion)
|
HostCheckAndPerformUpgrade(IDTSManagedComponentWrapper100, Int32)
|
HostCleanup(IDTSManagedComponentWrapper100)
|
HostDeleteExternalMetadataColumn(IDTSManagedComponentWrapper100, Int32, Int32)
|
HostDeleteInput(IDTSManagedComponentWrapper100, Int32)
|
HostDeleteOutput(IDTSManagedComponentWrapper100, Int32)
|
HostDeleteOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32)
|
HostDescribeRedirectedErrorCode(IDTSManagedComponentWrapper100, Int32)
|
HostInsertExternalMetadataColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)
|
HostInsertInput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)
|
HostInsertOutput(IDTSManagedComponentWrapper100, DTSInsertPlacement, Int32)
|
HostInsertOutputColumnAt(IDTSManagedComponentWrapper100, Int32, Int32, String, String)
|
HostMapInputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32)
|
HostMapOutputColumn(IDTSManagedComponentWrapper100, Int32, Int32, Int32, Boolean)
|
HostOnDeletingInputColumn(IDTSManagedComponentWrapper100, Int32, Int32)
|
HostOnInputPathAttached(IDTSManagedComponentWrapper100, Int32)
|
HostOnInputPathDetached(IDTSManagedComponentWrapper100, Int32)
|
HostOnOutputPathAttached(IDTSManagedComponentWrapper100, Int32)
|
HostPostExecute(IDTSManagedComponentWrapper100)
|
HostPreExecute(IDTSManagedComponentWrapper100)
|
HostPrepareForExecute(IDTSManagedComponentWrapper100)
|
HostPrimeOutput(IDTSManagedComponentWrapper100, Int32, Int32[], IDTSBuffer100[], IntPtr)
|
HostProcessInput(IDTSManagedComponentWrapper100, Int32, IDTSBuffer100, IntPtr)
|
HostProvideComponentProperties(IDTSManagedComponentWrapper100)
|
HostReinitializeMetaData(IDTSManagedComponentWrapper100)
|
HostReleaseConnections(IDTSManagedComponentWrapper100)
|
HostSetComponentProperty(IDTSManagedComponentWrapper100, String, Object)
|
HostSetExternalMetadataColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)
|
HostSetExternalMetadataColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
|
HostSetInputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
|
HostSetInputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)
|
HostSetOutputColumnDataTypeProperties(IDTSManagedComponentWrapper100, Int32, Int32, DataType, Int32, Int32, Int32, Int32)
|
HostSetOutputColumnProperty(IDTSManagedComponentWrapper100, Int32, Int32, String, Object)
|
HostSetOutputProperty(IDTSManagedComponentWrapper100, Int32, String, Object)
|
HostSetUsageType(IDTSManagedComponentWrapper100, Int32, IDTSVirtualInput100, Int32, DTSUsageType)
|
HostValidate(IDTSManagedComponentWrapper100)
|
Instantiate(String, IDTSComponentMetaData100, IDTSVariableDispenser100,
IDTSBufferManager100, IDTSEventInfos100, IDTSObjectReferenceTracker100,
IDTSLogEntryInfos100, DTSProductLevel)
|
適用対象