Compartir a través de


IDTSCustomProperty90 Interface

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

Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Sintaxis

'Declaración
<GuidAttribute("5A78E6D8-6AE0-4D2B-81C1-4B990840B717")> _
<TypeLibTypeAttribute(4160)> _
Public Interface IDTSCustomProperty90
    Inherits IDTSObject90
[GuidAttribute("5A78E6D8-6AE0-4D2B-81C1-4B990840B717")] 
[TypeLibTypeAttribute(4160)] 
public interface IDTSCustomProperty90 : IDTSObject90
[GuidAttribute(L"5A78E6D8-6AE0-4D2B-81C1-4B990840B717")] 
[TypeLibTypeAttribute(4160)] 
public interface class IDTSCustomProperty90 : IDTSObject90
/** @attribute GuidAttribute("5A78E6D8-6AE0-4D2B-81C1-4B990840B717") */ 
/** @attribute TypeLibTypeAttribute(4160) */ 
public interface IDTSCustomProperty90 extends IDTSObject90
GuidAttribute("5A78E6D8-6AE0-4D2B-81C1-4B990840B717") 
TypeLibTypeAttribute(4160) 
public interface IDTSCustomProperty90 extends IDTSObject90

Notas

The IDTSCustomProperty90 object is used to expose custom information about an object in the data flow task.

IDTSCustomProperty90 objects are available on most of the objects in the IDTSComponentMetaData90 of a component and are automatically persisted in the XML of the package. Custom properties are added to the IDTSCustomPropertyCollection90 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.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

IDTSCustomProperty90 Members
Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace