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