Поделиться через


Интерфейс 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