IDTSManagedComponent100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents an interface for the DTS managed components.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSManagedComponent100
'Usage
Dim instance As IDTSManagedComponent100
[GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSManagedComponent100
[GuidAttribute(L"B45F931C-F5CD-4FB4-B349-884D5CEC344B")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSManagedComponent100
[<GuidAttribute("B45F931C-F5CD-4FB4-B349-884D5CEC344B")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSManagedComponent100 = interface end
public interface IDTSManagedComponent100
The IDTSManagedComponent100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
InnerObject | Infrastructure. Gets the inner object for the IDTSManagedComponent100. |
Top