Интерфейс IDTSParameterBinding

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Defines the properties for the parameter binding.

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Сборка:  Microsoft.SqlServer.SQLTask (в Microsoft.SqlServer.SQLTask.dll)

Синтаксис

'Декларация
Public Interface IDTSParameterBinding
'Применение
Dim instance As IDTSParameterBinding
public interface IDTSParameterBinding
public interface class IDTSParameterBinding
type IDTSParameterBinding =  interface end
public interface IDTSParameterBinding

Тип IDTSParameterBinding обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство DataType Инфраструктура. Gets or sets the data type of the parameter binding.
Открытое свойство DtsVariableName Инфраструктура. Gets or sets the name of the Службы SSIS package variable.
Открытое свойство ParameterDirection Инфраструктура. Gets or sets the type of the parameter.
Открытое свойство ParameterName Инфраструктура. Gets or sets the name of the parameter.
Открытое свойство ParameterSize Инфраструктура. Gets or sets the size of the parameter.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask