Udostępnij przez


IDTSCustomProperty100 Members

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

The following tables list the members exposed by the IDTSCustomProperty100 type.

Public Properties

  Name Description
Bb511433.pubproperty(pl-pl,SQL.100).gif 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.
Bb511433.pubproperty(pl-pl,SQL.100).gif Description Gets or sets the description of an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif EncryptionRequired Gets or sets a value indicating whether the Value in an IDTSCustomProperty100 object must be encrypted.
Bb511433.pubproperty(pl-pl,SQL.100).gif ExpressionType Gets or sets a value indicating whether the value of the custom property can be specified by using property expressions.
Bb511433.pubproperty(pl-pl,SQL.100).gif ID Gets or sets the ID of an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif IdentificationString Gets a string that uniquely identifies an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif Name Gets or sets the name of an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif ObjectType Gets the DTSObjectType of the custom property.
Bb511433.pubproperty(pl-pl,SQL.100).gif State Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.
Bb511433.pubproperty(pl-pl,SQL.100).gif TypeConverter Specifies the type converter for an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif UITypeEditor Specifies the editor for an IDTSCustomProperty100 object.
Bb511433.pubproperty(pl-pl,SQL.100).gif Value Gets or sets the object value of an IDTSCustomProperty100 object.

Top