Свойство ProjectVariablesWrapper.Item
Gets the specified IDTSVariable100 object from the ProjectVariablesWrapper collection.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
index As Object _
) As IDTSVariable100
Get
'Применение
Dim instance As ProjectVariablesWrapper
Dim index As Object
Dim value As IDTSVariable100
value = instance(index)
public IDTSVariable100 this[
Object index
] { get; }
public:
virtual property IDTSVariable100^ default[Object^ index] {
IDTSVariable100^ get (Object^ index) sealed;
}
abstract Item : IDTSVariable100
override Item : IDTSVariable100
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System.Object
The index of the variable object to return
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSVariable100
The specified IDTSVariable100 object.