IDTSObjectHost100 Interface
This API supports the infrastructure and is not intended to be used directly from your code.
For more information, see TaskHost.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")> _
Public Interface IDTSObjectHost100
'Usage
Dim instance As IDTSObjectHost100
[InterfaceTypeAttribute()]
[GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface IDTSObjectHost100
[InterfaceTypeAttribute()]
[GuidAttribute(L"83E60348-B725-4E5A-B69A-35378E3CF859")]
public interface class IDTSObjectHost100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("83E60348-B725-4E5A-B69A-35378E3CF859")>]
type IDTSObjectHost100 = interface end
public interface IDTSObjectHost100
The IDTSObjectHost100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DelayValidation | Infrastructure. For more information, see TaskHost. | |
HostType | Infrastructure. For more information, see TaskHost. | |
InnerObject | Infrastructure. For more information, see TaskHost. |
Top