共用方式為


IDTSParameterAssignment 介面

Provides properties for passing parameter to the package task.

命名空間:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
組件:  Microsoft.SqlServer.ExecPackageTaskWrap (在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

語法

'宣告
<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")> _
Public Interface IDTSParameterAssignment
'用途
Dim instance As IDTSParameterAssignment
[GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface IDTSParameterAssignment
[GuidAttribute(L"F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface class IDTSParameterAssignment
[<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")>]
type IDTSParameterAssignment =  interface end
public interface IDTSParameterAssignment

IDTSParameterAssignment 型別公開下列成員。

屬性

  名稱 說明
公用屬性 BindedVariableOrParameterName Gets or sets the binded variable or parameter name.
公用屬性 ParameterName Gets or sets the name of parameter.

上層

方法

  名稱 說明
公用方法 Validate Verifies whether binded variables exist.

上層

請參閱

參考

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空間