IDTSCustomProperty100 Interfaz

Definición

Contiene información personalizada sobre un objeto de una tarea de flujo de datos.

public interface class IDTSCustomProperty100 : Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSObject100
[System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")]
public interface IDTSCustomProperty100 : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSObject100
[<System.Runtime.InteropServices.Guid("B5DB168C-4886-47D6-9303-DDA8C90A7CC2")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFA58FE7-01A6-45E0-8BF5-8AF650FF5503")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("7A0D5CC7-F41F-4E53-B730-1E719B88B1E4")>]
type IDTSCustomProperty100 = interface
    interface IDTSObject100
Public Interface IDTSCustomProperty100
Implements IDTSObject100
Atributos
Implementaciones

Comentarios

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

IDTSCustomProperty100 Los objetos 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 New método 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

Obtiene o establece un valor que indica si la propiedad Value del objeto IDTSCustomProperty100 contiene el identificador de otro objeto de la tarea de flujo de datos.

Description

Obtiene o establece la descripción de un objeto IDTSCustomProperty100.

EncryptionRequired

Obtiene o establece un valor que indica si se debe cifrar el objeto IDTSCustomProperty100.

ExpressionType

Obtiene o establece el tipo de la expresión.

ID

Obtiene o establece el identificador de un objeto IDTSCustomProperty100.

IdentificationString

Obtiene una cadena que identifica de forma única un objeto IDTSCustomProperty100.

Name

Obtiene o establece el nombre de un objeto IDTSCustomProperty100.

ObjectType

Obtiene la enumeración DTSObjectType de la propiedad personalizada.

State

Obtiene o establece un valor de DTSPersistState que controla cómo se almacena el valor IDTSCustomProperty100 en el XML del paquete.

TypeConverter

Obtiene o establece el convertidor de tipo de un objeto IDTSCustomProperty100.

UITypeEditor

Obtiene o establece el editor de un objeto IDTSCustomProperty100.

Value

Obtiene o establece el valor de objeto de un objeto IDTSCustomProperty100.

Se aplica a