共用方式為


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 命名空間