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