Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
Represents a model for the IDTSObject100.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")> _
Public Interface IDTSObjectModel100
'Usage
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
Der IDTSObjectModel100-Typ macht folgende Elemente verfügbar.
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
AutoGenerateIDForNewObjects | Infrastruktur Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects. |
![]() |
ComponentMetaDataCollection | Infrastruktur Gets the collection of data flow components in the task. |
![]() |
EnableCacheUpdate | Infrastruktur 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 | Infrastruktur Gets or sets a value that indicates whether the data flow task saves in XML format. |
![]() |
PathCollection | Infrastruktur Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
GetObjectByID | Infrastruktur Retrieves the object by ID that is contained in a data flow task. |
![]() |
New | Infrastruktur Resets the layout of components in a data flow task. |
![]() |
UpdateCacheOnInputColumns | Infrastruktur Sets the data flow task to update the cache from previous version. |
Zum Anfang
.gif)
.gif)