IDTSCustomProperty100 Interfaz

Definición

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::IDTSObject100
[System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.IDTSObject100
[<System.Runtime.InteropServices.Guid("05781F94-F577-49BA-986D-017625A55452")>]
[<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 de flujo de datos.

Los objetos IDTSCustomProperty100 están disponibles en la mayoría de los objetos IDTSComponentMetaData100 de un componente y se conservan automáticamente en el XML del paquete. Las propiedades personalizadas se agregan a IDTSCustomPropertyCollection100 mediante una llamada 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