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
Proprietà pubblica DataType Infrastruttura. Gets or sets the data type of the parameter binding.
Proprietà pubblica DtsVariableName Infrastruttura. Gets or sets the name of the SSIS package variable.
Proprietà pubblica ParameterDirection Infrastruttura. Gets or sets the type of the parameter.
Proprietà pubblica ParameterName Infrastruttura. Gets or sets the name of the parameter.
Proprietà pubblica ParameterSize Infrastruttura. Gets or sets the size of the parameter.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask