Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Ensamblado: Microsoft.SqlServer.ExecPackageTaskWrap (en Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintaxis
'Declaración
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface IDTSParameterAssignments _
Inherits IEnumerable
'Uso
Dim instance As IDTSParameterAssignments
[GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface IDTSParameterAssignments : IEnumerable
[GuidAttribute(L"EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface class IDTSParameterAssignments : IEnumerable
[<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")>]
type IDTSParameterAssignments =
interface
interface IEnumerable
end
public interface IDTSParameterAssignments extends IEnumerable
El tipo IDTSParameterAssignments expone los siguientes miembros.
Propiedades
| Nombre | Descripción | |
|---|---|---|
![]() |
Count | Gets or sets the number of IDTSParameterAssignment objects in the collection. |
![]() |
Item | Gets or sets the IDTSParameterAssignment object at the specified index. |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | Adds an IDTSParameterAssignment object to the collection. |
![]() |
GetEnumerator | Gets the enumerator that iterates through the collection. |
![]() |
Remove | Removes the specified IDTSParameterAssignment object from the collection. |
Arriba
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
.gif)
.gif)