Интерфейс IDTSParameters100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a class used by both the package parameters and project parameters collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")> _
Public Interface IDTSParameters100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSParameters100
[GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface IDTSParameters100 : IEnumerable
[GuidAttribute(L"ABB31109-F6C2-4DB3-B757-4C426B6AECD1")]
public interface class IDTSParameters100 : IEnumerable
[<GuidAttribute("ABB31109-F6C2-4DB3-B757-4C426B6AECD1")>]
type IDTSParameters100 =
interface
interface IEnumerable
end
public interface IDTSParameters100 extends IEnumerable
Тип IDTSParameters100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Count | Инфраструктура. Gets the number of elements contained in the DTSReadOnlyCollectionBase instance. |
![]() |
Item | Инфраструктура. Gets a parameter object in the parameters collection with the specified index. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Add | Инфраструктура. Adds a parameter object to the parameters collection with the specified name and data type. |
![]() |
Contains | Инфраструктура. Determines whether a parameter object with the specified name is contained in the parameters collection. |
![]() |
GetEnumerator | Инфраструктура. Returns an enumerator that can iterate through the DTSReadOnlyCollectionBase instance. |
![]() |
Join | Инфраструктура. Joins the specified parameter to the parameters collection. |
![]() |
Remove | Инфраструктура. Removes a parameter object from the parameters collection. |
В начало