Partager via


Interface IDTSParameterBinding

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Defines the properties for the parameter binding.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly :  Microsoft.SqlServer.SQLTask (en Microsoft.SqlServer.SQLTask.dll)

Syntaxe

'Déclaration
Public Interface IDTSParameterBinding
'Utilisation
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding =  interface end
public interface IDTSParameterBinding

Le type IDTSParameterBinding expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DataType Infrastructure. Gets or sets the data type of the parameter binding.
Propriété publique DtsVariableName Infrastructure. Gets or sets the name of the SSIS package variable.
Propriété publique ParameterDirection Infrastructure. Gets or sets the type of the parameter.
Propriété publique ParameterName Infrastructure. Gets or sets the name of the parameter.
Propriété publique ParameterSize Infrastructure. Gets or sets the size of the parameter.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask