IDTSManagedComponent100 Interface

This API supports the infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("85E0742A-A24B-49DF-99FA-565647286F85")> _
Public Interface IDTSManagedComponent100
'Usage
Dim instance As IDTSManagedComponent100
[InterfaceTypeAttribute()]
[GuidAttribute("85E0742A-A24B-49DF-99FA-565647286F85")]
public interface IDTSManagedComponent100
[InterfaceTypeAttribute()]
[GuidAttribute(L"85E0742A-A24B-49DF-99FA-565647286F85")]
public interface class IDTSManagedComponent100
[<InterfaceTypeAttribute()>]
[<GuidAttribute("85E0742A-A24B-49DF-99FA-565647286F85")>]
type IDTSManagedComponent100 =  interface end
public interface IDTSManagedComponent100

The IDTSManagedComponent100 type exposes the following members.

Properties

  Name Description
Public property InnerObject Infrastructure.

Top