IDTSExecutables100.Item[Object] Свойство

Определение

Возвращает объект IDTSExecutable100 из коллекции.

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ default[System::Object ^] { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSExecutable100 ^ get(System::Object ^ Index); };
[System.Runtime.InteropServices.DispId(0)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100 this[object Index] { [System.Runtime.InteropServices.DispId(0)] get; }
[<System.Runtime.InteropServices.DispId(0)>]
[<get: System.Runtime.InteropServices.DispId(0)>]
member this.Item(obj) : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSExecutable100
Default Public ReadOnly Property Item(Index As Object) As IDTSExecutable100

Параметры

Index
Object

Индекс возвращаемого объекта IDTSExecutable100.

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

Объект IDTSExecutable100.

Атрибуты

Комментарии

Дополнительные сведения см. в разделе Executables.

Применяется к