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.
Provides properties for passing parameter to the package task.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Syntax
'Declaration
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B56460FF-F34A-4054-B575-0BB9BCE09D73")> _
Public Class ParameterAssignmentClass _
Implements ParameterAssignment, IDTSParameterAssignment
'Usage
Dim instance As ParameterAssignmentClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("B56460FF-F34A-4054-B575-0BB9BCE09D73")]
public class ParameterAssignmentClass : ParameterAssignment,
IDTSParameterAssignment
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"B56460FF-F34A-4054-B575-0BB9BCE09D73")]
public ref class ParameterAssignmentClass : ParameterAssignment,
IDTSParameterAssignment
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("B56460FF-F34A-4054-B575-0BB9BCE09D73")>]
type ParameterAssignmentClass =
class
interface ParameterAssignment
interface IDTSParameterAssignment
end
public class ParameterAssignmentClass implements ParameterAssignment, IDTSParameterAssignment
The ParameterAssignmentClass type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ParameterAssignmentClass | Initializes a new instance of the ParameterAssignmentClass class. |
Top
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 | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
![]() |
Validate | Verifies whether binded variables exist. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)