Classe ParameterAssignmentsClass
Represents the collection of ParameterAssignmentClass object.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask.ParameterAssignmentsClass
Namespace: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (em Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxe
'Declaração
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
<GuidAttribute("F6CDC7EF-0B29-43CE-8EF0-4264DD207E11")> _
Public Class ParameterAssignmentsClass _
Implements ParameterAssignments, IDTSParameterAssignments, IEnumerable
'Uso
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
O tipo ParameterAssignmentsClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
ParameterAssignmentsClass | Initializes a new instance of the ParameterAssignmentsClass class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Count | Gets or sets the number of ParameterAssignmentClass objects in the collection. | |
Item | Gets or sets the ParameterAssignmentClass object at the specified index. |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds an ParameterAssignmentClass object to the collection. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetEnumerator | Gets the enumerator that iterates through the collection. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
Remove | Removes the specified ParameterAssignmentClass object from the collection. | |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.