Интерфейс IDTSExtendedProperties100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents a collection of IDTSExtendedProperty100 objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")> _
Public Interface IDTSExtendedProperties100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSExtendedProperties100
[GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface IDTSExtendedProperties100 : IEnumerable
[GuidAttribute(L"8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")]
public interface class IDTSExtendedProperties100 : IEnumerable
[<GuidAttribute("8C847A3F-EAF1-4B46-94B1-21E47F5B1E8F")>]
type IDTSExtendedProperties100 =
interface
interface IEnumerable
end
public interface IDTSExtendedProperties100 extends IEnumerable
Тип IDTSExtendedProperties100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Инфраструктура. Gets the number of elements contained in the collection. | |
Item | Инфраструктура. Gets an IDTSExtendedProperty100 object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Инфраструктура. Adds a new, empty IDTSExtendedProperty100 object to the end of the collection. | |
GetEnumerator | Инфраструктура. Returns an enumerator for iterating over the collection. | |
Remove | Инфраструктура. Removes an IDTSExtendedProperty100 object from the collection. |
В начало