Интерфейс IDTSSelectedLogProviders100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Defines an interface for a collection of selected IDTSLogProvider100 objects.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")> _
Public Interface IDTSSelectedLogProviders100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSSelectedLogProviders100
[GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface IDTSSelectedLogProviders100 : IEnumerable
[GuidAttribute(L"4653E251-DA6E-46EC-82B4-A24BB6C6D061")]
public interface class IDTSSelectedLogProviders100 : IEnumerable
[<GuidAttribute("4653E251-DA6E-46EC-82B4-A24BB6C6D061")>]
type IDTSSelectedLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSSelectedLogProviders100 extends IEnumerable
Тип IDTSSelectedLogProviders100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Инфраструктура. Gets the number of elements contained in the collection. | |
Item | Инфраструктура. Gets an IDTSLogProvider100 object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Инфраструктура. Adds the specified IDTSLogProvider100 object to the end of the collection. | |
GetEnumerator | Инфраструктура. Returns an enumerator for use in iterating over the collection. | |
Remove | Инфраструктура. Removes an IDTSLogProvider100 object from the collection. |
В начало