Compartilhar via


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
Propriedade pública DataType Infraestrutura. Gets or sets the data type of the parameter binding.
Propriedade pública DtsVariableName Infraestrutura. Gets or sets the name of the SSIS package variable.
Propriedade pública ParameterDirection Infraestrutura. Gets or sets the type of the parameter.
Propriedade pública ParameterName Infraestrutura. Gets or sets the name of the parameter.
Propriedade pública ParameterSize Infraestrutura. Gets or sets the size of the parameter.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask