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)
Syntax
'Deklaracja
<GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSCustomProperty100
Inherits IDTSObject100
[GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
[TypeLibTypeAttribute(4160)]
public interface IDTSCustomProperty100 : IDTSObject100
[GuidAttribute(L"7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
[TypeLibTypeAttribute(4160)]
public interface class IDTSCustomProperty100 : IDTSObject100
/** @attribute GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E") */
/** @attribute TypeLibTypeAttribute(4160) */
public interface IDTSCustomProperty100 extends IDTSObject100
GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")
TypeLibTypeAttribute(4160)
public interface IDTSCustomProperty100 extends IDTSObject100
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.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.