IDTSCustomProperty100 Interface

Definition

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::IDTSObject100
[System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.IDTSObject100
[<System.Runtime.InteropServices.Guid("A0836E5E-50CF-4B28-9577-E25173725F0B")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
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 Interface 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
Description
EncryptionRequired
ExpressionType
ID
IdentificationString
Name
ObjectType
State
TypeConverter
UITypeEditor
Value

Applies to