Интерфейс IDTSLogProviders100
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Represents an interface of log providers.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
Inherits IEnumerable
'Применение
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =
interface
interface IEnumerable
end
public interface IDTSLogProviders100 extends IEnumerable
Тип IDTSLogProviders100 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Count | Инфраструктура. Gets the number or elements contained in the collection. | |
Item | Инфраструктура. Gets a log provider object from the collection. |
В начало
Методы
Имя | Описание | |
---|---|---|
Add | Инфраструктура. Adds the specified log provider to the end of the collection. | |
GetEnumerator | Инфраструктура. Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. | |
Join | Инфраструктура. Joins a specified log provider to the collection. | |
Remove | Инфраструктура. Removes a log provider object from the IDTSLogProviders100 collection. |
В начало
Замечания
For more information, see LogProviders.