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 | |
---|---|---|
DataType | Infraestructura. Gets or sets the data type of the parameter binding. | |
DtsVariableName | Infraestructura. Gets or sets the name of the SSIS package variable. | |
ParameterDirection | Infraestructura. Gets or sets the type of the parameter. | |
ParameterName | Infraestructura. Gets or sets the name of the parameter. | |
ParameterSize | Infraestructura. Gets or sets the size of the parameter. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask