Interfaccia ParameterAssignments
Represents the collection of ParameterAssignment object.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly: Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Sintassi
'Dichiarazione
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface ParameterAssignments _
Inherits IDTSParameterAssignments
'Utilizzo
Dim instance As ParameterAssignments
[GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface ParameterAssignments : IDTSParameterAssignments
[GuidAttribute(L"EFCA1395-6109-4BAB-B6BB-00A03D1005FF")]
public interface class ParameterAssignments : IDTSParameterAssignments
[<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")>]
type ParameterAssignments =
interface
interface IDTSParameterAssignments
end
public interface ParameterAssignments extends IDTSParameterAssignments
Nel tipo ParameterAssignments sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
Count | Gets or sets the number of IDTSParameterAssignment objects in the collection. Ereditato da IDTSParameterAssignments. |
![]() |
Item | Gets or sets the IDTSParameterAssignment object at the specified index. Ereditato da IDTSParameterAssignments. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Add | Adds an IDTSParameterAssignment object to the collection. Ereditato da IDTSParameterAssignments. |
![]() |
GetEnumerator | Gets the enumerator that iterates through the collection. Ereditato da IDTSParameterAssignments. |
![]() |
Remove | Removes the specified IDTSParameterAssignment object from the collection. Ereditato da IDTSParameterAssignments. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask