Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents a parameter assignment to a 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 ParameterAssignment _
Inherits IDTSParameterAssignment
'Usage
Dim instance As ParameterAssignment
[GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface ParameterAssignment : IDTSParameterAssignment
[GuidAttribute(L"F366CFD6-6D83-4C8D-809F-282A673D92A1")]
public interface class ParameterAssignment : IDTSParameterAssignment
[<GuidAttribute("F366CFD6-6D83-4C8D-809F-282A673D92A1")>]
type ParameterAssignment =
interface
interface IDTSParameterAssignment
end
public interface ParameterAssignment extends IDTSParameterAssignment
The ParameterAssignment type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
BindedVariableOrParameterName | Gets or sets the binded variable or parameter name. (Inherited from IDTSParameterAssignment.) |
![]() |
ParameterName | Gets or sets the name of parameter. (Inherited from IDTSParameterAssignment.) |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Validate | Verifies whether binded variables exist. (Inherited from IDTSParameterAssignment.) |
Top
.gif)
.gif)