Interfaccia IDTSParameterBinding
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Defines the properties for the parameter binding.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly: Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)
Sintassi
'Dichiarazione
Public Interface IDTSParameterBinding
'Utilizzo
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding = interface end
public interface IDTSParameterBinding
Nel tipo IDTSParameterBinding sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DataType | Infrastruttura. Gets or sets the data type of the parameter binding. | |
DtsVariableName | Infrastruttura. Gets or sets the name of the SSIS package variable. | |
ParameterDirection | Infrastruttura. Gets or sets the type of the parameter. | |
ParameterName | Infrastruttura. Gets or sets the name of the parameter. | |
ParameterSize | Infrastruttura. Gets or sets the size of the parameter. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask