Свойство IDTSLogProviders100.Item
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets a log provider object from the collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
ReadOnly Default Property Item ( _
Index As Object _
) As IDTSLogProvider100
Get
'Применение
Dim instance As IDTSLogProviders100
Dim Index As Object
Dim value As IDTSLogProvider100
value = instance(Index)
IDTSLogProvider100 this[
Object Index
] { get; }
property IDTSLogProvider100^ default[[InAttribute] Object^ Index] {
IDTSLogProvider100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSLogProvider100
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- Index
Тип: System.Object
The name, description, ID, or index of the object to return from the collection.
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSLogProvider100
A log provider object from the collection.
Замечания
For more information, see LogProviders.