IDTSObjectModel100 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a model for the IDTSObject100.
public interface class IDTSObjectModel100
[System.Runtime.InteropServices.Guid("50B9426C-8357-41DE-A5DA-83EC0B47B46E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("8AD2BF21-A47F-42AB-BA84-5E0B51E5FDC2")]
public interface IDTSObjectModel100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("76B3AF24-7398-4D5C-B7FB-F75CFBBEBEF1")]
public interface IDTSObjectModel100
[<System.Runtime.InteropServices.Guid("50B9426C-8357-41DE-A5DA-83EC0B47B46E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSObjectModel100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("8AD2BF21-A47F-42AB-BA84-5E0B51E5FDC2")>]
type IDTSObjectModel100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("76B3AF24-7398-4D5C-B7FB-F75CFBBEBEF1")>]
type IDTSObjectModel100 = interface
Public Interface IDTSObjectModel100
- Derived
- Attributes
Properties
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. |
Methods
GetObjectByID(Int32) |
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. |