Freigeben über


IDTSObjectHost100-Schnittstelle

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

For more information, see TaskHost.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSObjectHost100
'Usage
Dim instance As IDTSObjectHost100
[GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSObjectHost100
[GuidAttribute(L"04E3A50C-72F4-4BD7-8B8F-A93D14329624")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSObjectHost100
[<GuidAttribute("04E3A50C-72F4-4BD7-8B8F-A93D14329624")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSObjectHost100 =  interface end
public interface IDTSObjectHost100

Der IDTSObjectHost100-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DelayValidation Infrastruktur For more information, see TaskHost.
Öffentliche Eigenschaft HostType Infrastruktur For more information, see TaskHost.
Öffentliche Eigenschaft InnerObject Infrastruktur For more information, see TaskHost.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace