IDTSObject100 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.
Defines the base object interface for data flow objects.
public interface class IDTSObject100
[System.Runtime.InteropServices.Guid("232F2C80-3B6E-4380-8D51-1B358E7FEA43")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("76C84E2B-C0AB-4933-AC25-D9EE21B5A280")]
public interface IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("36784571-A035-48CE-B968-3645D5DB0552")]
public interface IDTSObject100
[<System.Runtime.InteropServices.Guid("232F2C80-3B6E-4380-8D51-1B358E7FEA43")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSObject100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("76C84E2B-C0AB-4933-AC25-D9EE21B5A280")>]
type IDTSObject100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("36784571-A035-48CE-B968-3645D5DB0552")>]
type IDTSObject100 = interface
Public Interface IDTSObject100
- Derived
- Attributes
Remarks
The IDTSObject100 interface is the base object interface for most objects in the data flow object model.
Properties
Description |
Gets or sets the description of an IDTSObject100 object. |
ID |
Gets or sets the identifier of an IDTSObject100 object. |
IdentificationString |
Gets a string that uniquely identifies an IDTSObject100 object. |
Name |
Gets or sets the name of an IDTSObject100 object. |
ObjectType |
Gets the object type of the IDTSObject100 object. |