Interface IDTSObjectModel100
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a model for the IDTSObject100.
Espace de noms : Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly : Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntaxe
'Déclaration
<GuidAttribute("4E853574-C2E3-4CAE-B791-2D4A5D1D0C98")> _
Public Interface IDTSObjectModel100
'Utilisation
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
Le type IDTSObjectModel100 expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
AutoGenerateIDForNewObjects | Infrastructure. Gets or sets a value that indicates whether a data flow automatically generates and sets the ID property for newly created objects. | |
ComponentMetaDataCollection | Infrastructure. Gets the collection of data flow components in the task. | |
EnableCacheUpdate | Infrastructure. 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 | Infrastructure. Gets or sets a value that indicates whether the data flow task saves in XML format. | |
PathCollection | Infrastructure. Gets the IDTSPathCollection100 that contains a collection of IDTSPath100 for a data flow task. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
GetObjectByID | Infrastructure. Retrieves the object by ID that is contained in a data flow task. | |
New | Infrastructure. Resets the layout of components in a data flow task. | |
UpdateCacheOnInputColumns | Infrastructure. Sets the data flow task to update the cache from previous version. |
Haut de la page