IDTSObject100 Interface

 

Defines the base object interface for data flow objects.

Namespace:   Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

[GuidAttribute("203E24BD-5203-4C76-AFC7-7C8545EBA1A0")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
public interface class IDTSObject100

NameDescription
System_CAPS_pubpropertyDescription

Gets or sets the description of an IDTSObject100 object.

System_CAPS_pubpropertyID

Gets or sets the identifier of an IDTSObject100 object.

System_CAPS_pubpropertyIdentificationString

Gets a string that uniquely identifies an IDTSObject100 object.

System_CAPS_pubpropertyName

System_CAPS_pubpropertyObjectType

Gets the object type of the IDTSObject100 object.

The IDTSObject100 interface is the base object interface for most objects in the data flow object model.

Return to top
Show: