Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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 | |
|---|---|---|
![]() |
DataType | Infrastructure. Gets or sets the data type of the parameter binding. |
![]() |
DtsVariableName | Infrastructure. Gets or sets the name of the SSIS package variable. |
![]() |
ParameterDirection | Infrastructure. Gets or sets the type of the parameter. |
![]() |
ParameterName | Infrastructure. Gets or sets the name of the parameter. |
![]() |
ParameterSize | Infrastructure. Gets or sets the size of the parameter. |
Haut de la page
.gif)