Интерфейс ParameterAssignments
Represents the collection of ParameterAssignment object.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask
Сборка: Microsoft.SqlServer.ExecPackageTaskWrap (в Microsoft.SqlServer.ExecPackageTaskWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("EFCA1395-6109-4BAB-B6BB-00A03D1005FF")> _
Public Interface ParameterAssignments _
Inherits IDTSParameterAssignments
'Применение
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
Тип ParameterAssignments обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Gets or sets the number of IDTSParameterAssignment objects in the collection. (Производный от IDTSParameterAssignments.) | |
Item | Gets or sets the IDTSParameterAssignment object at the specified index. (Производный от IDTSParameterAssignments.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Adds an IDTSParameterAssignment object to the collection. (Производный от IDTSParameterAssignments.) | |
GetEnumerator | Gets the enumerator that iterates through the collection. (Производный от IDTSParameterAssignments.) | |
Remove | Removes the specified IDTSParameterAssignment object from the collection. (Производный от IDTSParameterAssignments.) |
В начало
См. также
Справочник
Пространство имен Microsoft.SqlServer.Dts.Tasks.ExecutePackageTask