Condividi tramite


Interfaccia IDTSParameterAssignments

Represents the collection of IDTSParameterAssignment object that provides properties for passing parameter to the package task.

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 IDTSParameterAssignments _
    Inherits IEnumerable
'Utilizzo
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

Nel tipo IDTSParameterAssignments sono esposti i membri seguenti.

Proprietà

  Nome Descrizione
Proprietà pubblica Count Gets or sets the number of IDTSParameterAssignment objects in the collection.
Proprietà pubblica Item Gets or sets the IDTSParameterAssignment object at the specified index.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Add Adds an IDTSParameterAssignment object to the collection.
Metodo pubblico GetEnumerator Gets the enumerator that iterates through the collection.
Metodo pubblico Remove Removes the specified IDTSParameterAssignment object from the collection.

In alto

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask