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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。