Interface IDTSParameterBinding
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Defines the properties for the parameter binding.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (em Microsoft.SqlServer.SQLTask.dll)
Sintaxe
'Declaração
Public Interface IDTSParameterBinding
'Uso
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding = interface end
public interface IDTSParameterBinding
O tipo IDTSParameterBinding expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
DataType | Infraestrutura. Gets or sets the data type of the parameter binding. | |
DtsVariableName | Infraestrutura. Gets or sets the name of the SSIS package variable. | |
ParameterDirection | Infraestrutura. Gets or sets the type of the parameter. | |
ParameterName | Infraestrutura. Gets or sets the name of the parameter. | |
ParameterSize | Infraestrutura. Gets or sets the size of the parameter. |
Início