Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides properties for passing parameter to the package task.
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")> _
Public Interface IDTSParameterAssignment
'Usage
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
The IDTSParameterAssignment type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
BindedVariableOrParameterName | Gets or sets the binded variable or parameter name. |
![]() |
ParameterName | Gets or sets the name of parameter. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Validate | Verifies whether binded variables exist. |
Top