ParameterAssignmentsClass 类

Represents the collection of ParameterAssignmentClass object.

继承层次结构

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

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

语法

声明
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")> _
Public Class ParameterAssignmentsClass _
    Implements ParameterAssignments, IDTSParameterAssignments, IEnumerable
用法
Dim instance As ParameterAssignmentsClass
[ClassInterfaceAttribute(ClassInterfaceType.None)]
[GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")]
public class ParameterAssignmentsClass : ParameterAssignments, 
    IDTSParameterAssignments, IEnumerable
[ClassInterfaceAttribute(ClassInterfaceType::None)]
[GuidAttribute(L"F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")]
public ref class ParameterAssignmentsClass : ParameterAssignments, 
    IDTSParameterAssignments, IEnumerable
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
[<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")>]
type ParameterAssignmentsClass =  
    class 
        interface ParameterAssignments 
        interface IDTSParameterAssignments 
        interface IEnumerable 
    end
public class ParameterAssignmentsClass implements ParameterAssignments, IDTSParameterAssignments, IEnumerable

ParameterAssignmentsClass 类型公开以下成员。

构造函数

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

页首

属性

  名称 说明
公共属性 Count Gets or sets the number of ParameterAssignmentClass objects in the collection.
公共属性 Item Gets or sets the ParameterAssignmentClass object at the specified index.

页首

方法

  名称 说明
公共方法 Add Adds an ParameterAssignmentClass object to the collection.
公共方法 Equals (从 Object 继承。)
受保护方法 Finalize (从 Object 继承。)
公共方法 GetEnumerator Gets the enumerator that iterates through the collection.
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
受保护方法 MemberwiseClone (从 Object 继承。)
公共方法 Remove Removes the specified ParameterAssignmentClass object from the collection.
公共方法 ToString (从 Object 继承。)

页首

线程安全

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

请参阅

参考

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