IDTSCustomProperty100 Interfaz

Definición

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
Atributos
Implementaciones

Comentarios

El objeto IDTSCustomProperty100 se usa para exponer información personalizada sobre un objeto en la tarea flujo de datos.

Los objetos IDTSCustomProperty100 están disponibles en la mayoría de los objetos de la interfaz IDTSComponentMetaData100 de un componente y se conservan automáticamente en el XML del paquete. Las propiedades personalizadas se agregan a IDTSCustomPropertyCollection100 llamando al método New de la colección.

Para obtener información sobre cómo establecer propiedades personalizadas, vea "Crear propiedades personalizadas" en métodos en tiempo de diseño de un componente de Data Flow.

Propiedades

ContainsID
Description
EncryptionRequired
ExpressionType
ID
IdentificationString
Name
ObjectType
State
TypeConverter
UITypeEditor
Value

Se aplica a