Bagikan melalui


ParameterAssignmentClass Class

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
Public method ParameterAssignmentClass Initializes a new instance of the ParameterAssignmentClass class.

Top

Properties

  Name Description
Public property BindedVariableOrParameterName Gets or sets the binded variable or parameter name.
Public property ParameterName Gets or sets the name of parameter.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask Namespace