共用方式為


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 命名空間