IDTSCustomProperty100 Interfaz
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Contiene información personalizada sobre un objeto en 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 utiliza para exponer información personalizada sobre un objeto en la tarea de flujo de datos.
IDTSCustomProperty100 los objetos están disponibles en la mayoría de los objetos de un IDTSComponentMetaData100 componente y se persisten automáticamente en el XML del paquete. Las propiedades personalizadas se añaden a llamando IDTSCustomPropertyCollection100 al New método de la colección.
Para información sobre cómo establecer propiedades personalizadas, consulte "Creando propiedades personalizadas" en Métodos en tiempo de diseño de un componente de Data Flow.
Propiedades
| Nombre | Description |
|---|---|
| ContainsID |
Obtiene o establece un valor que indica si el Value de un IDTSCustomProperty100 objeto contiene el ID de otro objeto en la tarea de flujo de datos. |
| Description |
Obtiene o establece la descripción de un IDTSCustomProperty100 objeto. |
| EncryptionRequired |
Obtiene o establece un valor que indica si el IDTSCustomProperty100 objeto debe ser cifrado. |
| ExpressionType |
Obtiene o establece el tipo de expresión. |
| ID |
Obtiene o establece el identificador de un IDTSCustomProperty100 objeto. |
| IdentificationString |
Obtiene una cadena que identifica de forma única un IDTSCustomProperty100 objeto. |
| Name |
Obtiene o establece el nombre de un IDTSCustomProperty100 objeto. |
| ObjectType |
Obtiene la DTSObjectType propiedad personalizada. |
| State |
Obtiene o establece un valor de a DTSPersistState que controla cómo se almacena el IDTSCustomProperty100 valor en el XML del paquete. |
| TypeConverter |
Obtiene o establece el convertidor de tipos para un IDTSCustomProperty100 objeto. |
| UITypeEditor |
Obtiene o configura el editor para un IDTSCustomProperty100 objeto. |
| Value |
Obtiene o establece el valor del objeto de un IDTSCustomProperty100 objeto. |