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. |
页首