Freigeben über


IDTSParameterAssignments-Schnittstelle

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

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Assembly:  Microsoft.SqlServer.ExecPackageTaskWrap (in Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Syntax

'Declaration
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface IDTSParameterAssignments _
    Inherits IEnumerable
'Usage
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

Der IDTSParameterAssignments-Typ macht folgende Elemente verfügbar.

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Count Gets or sets the number of IDTSParameterAssignment objects in the collection.
Öffentliche Eigenschaft Item Gets or sets the IDTSParameterAssignment object at the specified index.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds an IDTSParameterAssignment object to the collection.
Öffentliche Methode GetEnumerator Gets the enumerator that iterates through the collection.
Öffentliche Methode Remove Removes the specified IDTSParameterAssignment object from the collection.

Zum Anfang

Siehe auch

Verweis

Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask-Namespace