Compartir a través de


Interfaz IDTSPropertiesProvider100

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Defines an interface, inherited by containers, that enables properties to be set by an expression, and allows an enumerable collection of properties to be associated with the container.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")> _
Public Interface IDTSPropertiesProvider100
'Uso
Dim instance As IDTSPropertiesProvider100
[GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface IDTSPropertiesProvider100
[GuidAttribute(L"D4F16007-A76F-4701-8AEE-B456C3463B0F")]
public interface class IDTSPropertiesProvider100
[<GuidAttribute("D4F16007-A76F-4701-8AEE-B456C3463B0F")>]
type IDTSPropertiesProvider100 =  interface end
public interface IDTSPropertiesProvider100

El tipo IDTSPropertiesProvider100 expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública Properties Infraestructura. Gets a collection that contains IDTSProperty100 objects that have properties and methods for use with the container.

Arriba

Métodos

  Nombre Descripción
Método público ComputeExpressions Infraestructura. Computes the expressions associated with the properties.
Método público GetExpression Infraestructura. Returns a String that contains the expression for the specified property. Null means no expression is assigned.
Método público SetExpression Infraestructura. Assigns the specified expression to the property. Specify nulles una referencia NULL (Nothing en Visual Basic). to remove an existing expression from the property.

Arriba

Comentarios

For more information, see IDTSPropertiesProvider.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper