IDTSCustomProperty100 Members
Include Protected Members
Include Inherited Members
Contains custom information about an object in a data flow task.
The IDTSCustomProperty100 type exposes the following members.
Properties
Name | Description | |
---|---|---|
ContainsID | Gets or sets a value indicating whether the Value stored in an IDTSCustomProperty100 object contains the ID of another object in a data flow layout. | |
Description | Gets or sets the description of an IDTSCustomProperty100 object. | |
Description | Gets or sets the description of an IDTSObject100. (Inherited from IDTSObject100.) | |
EncryptionRequired | Gets or sets a value indicating whether the Value in an IDTSCustomProperty100 object must be encrypted. | |
ExpressionType | Gets or sets a value indicating whether the value of the custom property can be specified by using property expressions. | |
ID | Gets or sets the ID of an IDTSCustomProperty100 object. | |
ID | Gets or sets the ID of an IDTSObject100object. (Inherited from IDTSObject100.) | |
IdentificationString | Gets a string that uniquely identifies an IDTSCustomProperty100 object. | |
IdentificationString | Gets a string that uniquely identifies an IDTSObject100. (Inherited from IDTSObject100.) | |
Name | Gets or sets the name of an IDTSCustomProperty100 object. | |
Name | Gets or sets the name of an IDTSObject100 object. (Inherited from IDTSObject100.) | |
ObjectType | Gets the DTSObjectType of the custom property. | |
ObjectType | Gets the ObjectType property of an IDTSObject100. (Inherited from IDTSObject100.) | |
State | Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML. | |
TypeConverter | Specifies the type converter for an IDTSCustomProperty100 object. | |
UITypeEditor | Specifies the editor for an IDTSCustomProperty100 object. | |
Value | Gets or sets the object value of an IDTSCustomProperty100 object. |
Top