IDTSObjectModel100 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
<GuidAttribute("90B297CF-7520-4A7D-A20E-693311A20641")> _
Public Interface IDTSObjectModel100
'Usage
Dim instance As IDTSObjectModel100
[GuidAttribute("90B297CF-7520-4A7D-A20E-693311A20641")]
public interface IDTSObjectModel100
[GuidAttribute(L"90B297CF-7520-4A7D-A20E-693311A20641")]
public interface class IDTSObjectModel100
[<GuidAttribute("90B297CF-7520-4A7D-A20E-693311A20641")>]
type IDTSObjectModel100 =  interface end
public interface IDTSObjectModel100

The IDTSObjectModel100 type exposes the following members.

Properties

  Name Description
Public property AutoGenerateIDForNewObjects Infrastructure.
Public property ComponentMetaDataCollection Infrastructure.
Public property PathCollection Infrastructure.

Top

Methods

  Name Description
Public method GetObjectByID Infrastructure.
Public method New Infrastructure.

Top