Compartir a través de


Interfaz IDTSParameterBinding

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

Defines the properties for the parameter binding.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Ensamblado:  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Sintaxis

'Declaración
Public Interface IDTSParameterBinding
'Uso
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding =  interface end
public interface IDTSParameterBinding

El tipo IDTSParameterBinding expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DataType Infraestructura. Gets or sets the data type of the parameter binding.
Propiedad pública DtsVariableName Infraestructura. Gets or sets the name of the SSIS package variable.
Propiedad pública ParameterDirection Infraestructura. Gets or sets the type of the parameter.
Propiedad pública ParameterName Infraestructura. Gets or sets the name of the parameter.
Propiedad pública ParameterSize Infraestructura. Gets or sets the size of the parameter.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask