ParameterAssignmentClass 类

Provides properties for passing parameter to the package task.

继承层次结构

System.Object
  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentClass

命名空间:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
程序集:  Microsoft.SqlServer.ExecPackageTaskWrap(在 Microsoft.SqlServer.ExecPackageTaskWrap.dll 中)

语法

声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("B56460FF-F34A-4054-B575-0BB9BCE09D73")> _
Public Class ParameterAssignmentClass _
    Implements ParameterAssignment, IDTSParameterAssignment
用法
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

ParameterAssignmentClass 类型公开以下成员。

构造函数

  名称 说明
公共方法 ParameterAssignmentClass Initializes a new instance of the ParameterAssignmentClass class.

页首

属性

  名称 说明
公共属性 BindedVariableOrParameterName Gets or sets the binded variable or parameter name.
公共属性 ParameterName Gets or sets the name of parameter.

页首

方法

  名称 说明
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 ToString (从 Object 继承。)
公共方法 Validate Verifies whether binded variables exist.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask 命名空间