Поделиться через


Интерфейс IDTSParameterAssignments

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

Пространство имен:  Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка:  Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)

Синтаксис

'Декларация
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface IDTSParameterAssignments _
    Inherits IEnumerable
'Применение
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

Тип IDTSParameterAssignments обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство Count Gets or sets the number of IDTSParameterAssignment objects in the collection.
Открытое свойство Item Gets or sets the IDTSParameterAssignment object at the specified index.

В начало

Методы

  Имя Описание
Открытый метод 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.

В начало

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask