Share via


IDTSPropertiesProvider100 Interfaz

Definición

Define una interfaz, heredada por contenedores, que permite establecer las propiedades mediante una expresión y asociar una colección enumerable de propiedades al contenedor.

public interface class IDTSPropertiesProvider100
[System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")]
public interface IDTSPropertiesProvider100
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")]
public interface IDTSPropertiesProvider100
[<System.Runtime.InteropServices.Guid("C066B06F-1ACB-4CBA-A73D-29D48C23F54A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("269C293D-EBBB-47A2-9812-27AFA7E19E15")>]
type IDTSPropertiesProvider100 = interface
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("102DE02F-7826-4789-8BDF-536968FFCF51")>]
type IDTSPropertiesProvider100 = interface
Public Interface IDTSPropertiesProvider100
Derivado
Atributos

Comentarios

Para obtener más información, vea IDTSPropertiesProvider.

Propiedades

Properties

Obtiene una colección que contiene objetos IDTSProperty100 que poseen propiedades y métodos para su uso con el contenedor.

Métodos

ComputeExpressions(Boolean)

Calcula las expresiones asociadas a las propiedades.

GetExpression(String)

Devuelve una cadena que contiene la expresión de la propiedad especificada. Null significa que no se asigna ninguna expresión.

SetExpression(String, String)

Asigna la expresión especificada a la propiedad. Especifique null para quitar una expresión existente de la propiedad .

Se aplica a