Compartir a través de


IDTSCustomProperty100 Interfaz

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")> _
Public Interface IDTSCustomProperty100 _
    Inherits IDTSObject100
'Uso
Dim instance As IDTSCustomProperty100
[GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
public interface IDTSCustomProperty100 : IDTSObject100
[GuidAttribute(L"7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")]
public interface class IDTSCustomProperty100 : IDTSObject100
[<GuidAttribute("7D4F2FAA-1F0B-4E57-9F15-FC55E2828E9E")>]
type IDTSCustomProperty100 =  
    interface
        interface IDTSObject100
    end
public interface IDTSCustomProperty100 extends IDTSObject100

Notas

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 Métodos en tiempo de diseño de un componente de flujo de datos.