This topic has not yet been rated - Rate this topic

IDTSCustomProperty100 Interface

Contains custom information about an object in a data flow task.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
[GuidAttribute("A0836E5E-50CF-4B28-9577-E25173725F0B")]
public interface IDTSCustomProperty100 : IDTSObject100

The IDTSCustomProperty100 type exposes the following members.

  Name Description
Public property ContainsID Gets or sets a value that indicates whether the Value of the IDTSCustomProperty100 object contains the ID of another object in the data flow task.
Public property Description Gets or sets the description of an IDTSCustomProperty100 object.
Public property Description Gets or sets the description of an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property EncryptionRequired Gets or sets a value indicating whether the IDTSCustomProperty100 object must be encrypted.
Public property ExpressionType Gets or sets the type of the expression.
Public property ID Gets or sets the identifier of an IDTSCustomProperty100 object.
Public property ID Gets or sets the identifier of an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property IdentificationString Gets a string that uniquely identifies an IDTSCustomProperty100 object.
Public property IdentificationString Gets a string that uniquely identifies an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property Name Gets or sets the name of an IDTSCustomProperty100 object.
Public property Name Gets or sets the name of an IDTSObject100 object. (Inherited from IDTSObject100.)
Public property ObjectType Gets the DTSObjectType of the custom property.
Public property ObjectType Gets the object type of the IDTSObject100 object. (Inherited from IDTSObject100.)
Public property State Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.
Public property TypeConverter Gets or sets the type converter for an IDTSCustomProperty100 object.
Public property UITypeEditor Gets or sets the editor for an IDTSCustomProperty100 object.
Public property Value Gets or sets the object value of an IDTSCustomProperty100 object.
Top

The IDTSCustomProperty100 object is used to expose custom information about an object in the data flow task.

IDTSCustomProperty100 objects are available on most of the objects in the IDTSComponentMetaData100 of a component and are automatically persisted in the XML of the package. Custom properties are added to the IDTSCustomPropertyCollection100 by calling the New method of the collection.

For information on setting custom properties, see "Creating Custom Properties" in Design-time Methods of a Data Flow Component.

Did you find this helpful?
(1500 characters remaining)