IDTSCustomProperty100 Interface

Definition

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

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
Attributes
Implements

Remarks

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.

Properties

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.

Description

Gets or sets the description of an IDTSCustomProperty100 object.

EncryptionRequired

Gets or sets a value indicating whether the IDTSCustomProperty100 object must be encrypted.

ExpressionType

Gets or sets the type of the expression.

ID

Gets or sets the identifier of an IDTSCustomProperty100 object.

IdentificationString

Gets a string that uniquely identifies an IDTSCustomProperty100 object.

Name

Gets or sets the name of an IDTSCustomProperty100 object.

ObjectType

Gets the DTSObjectType of the custom property.

State

Gets or sets a value from a DTSPersistState that controls how the IDTSCustomProperty100 value is stored in the package XML.

TypeConverter

Gets or sets the type converter for an IDTSCustomProperty100 object.

UITypeEditor

Gets or sets the editor for an IDTSCustomProperty100 object.

Value

Gets or sets the object value of an IDTSCustomProperty100 object.

Applies to