Поделиться через


Свойство IDTSConnectionInfos100.Item

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Gets the IDTSConnectionInfo100 object from the collection by the name, index, ID, or identity.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка:  Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)

Синтаксис

'Декларация
ReadOnly Default Property Item ( _
    Index As Object _
) As IDTSConnectionInfo100 
    Get
'Применение
Dim instance As IDTSConnectionInfos100 
Dim Index As Object 
Dim value As IDTSConnectionInfo100 

value = instance(Index)
IDTSConnectionInfo100 this[
    Object Index
] { get; }
property IDTSConnectionInfo100^ default[[InAttribute] Object^ Index] {
    IDTSConnectionInfo100^ get ([InAttribute] Object^ Index);
}
abstract Item : IDTSConnectionInfo100
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • Index
    Тип: System.Object
    The name, index, ID, or identity of the object in the collection to return.

Значение свойства

Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSConnectionInfo100
A IDTSConnectionInfo100 object from the collection that matches the name, index, ID, or identity given in the Index parameter.

См. также

Справочник

IDTSConnectionInfos100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Runtime.Wrapper