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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.