此 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. |
上層
.gif)