IDTSObjectModel100 接口

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Represents a model for the IDTSObject100.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")> _
Public Interface IDTSObjectModel100
用法
Dim instance As IDTSObjectModel100
[GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")]
public interface IDTSObjectModel100
[GuidAttribute(L"4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")]
public interface class IDTSObjectModel100
[<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")>]
type IDTSObjectModel100 =  interface end
public interface IDTSObjectModel100

IDTSObjectModel100 类型公开以下成员。

属性

  名称 说明
公共属性 AutoGenerateIDForNewObjects 基础结构。Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects.
公共属性 ComponentMetaDataCollection 基础结构。Gets the collection of data flow components in the task.
公共属性 EnableCacheUpdate 基础结构。Gets or sets a value that indicates whether the data flow task enables the cache update.
公共属性 EnableDisconnectedColumns Gets or sets a value that indicates whether the data flow task enables the disconnected columns in the main pipe.
公共属性 IsSavingXml 基础结构。Gets or sets a value that indicates whether the data flow task saves in XML format.
公共属性 PathCollection 基础结构。Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task.

页首

方法

  名称 说明
公共方法 GetObjectByID 基础结构。Retrieves the object by ID that is contained in a data flow task.
公共方法 New 基础结构。Resets the layout of components in a data flow task.
公共方法 UpdateCacheOnInputColumns 基础结构。Sets the data flow task to update the cache from previous version.

页首

请参阅

参考

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空间