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


Свойство DependencyChainCollection.Item

Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the Dependency object at the specified index.

Пространство имен:  Microsoft.SqlServer.Management.Sdk.Sfc
Сборка:  Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Dependency 
    Get
'Применение
Dim instance As DependencyChainCollection 
Dim index As Integer 
Dim value As Dependency 

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

Параметры

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

Тип: Microsoft.SqlServer.Management.Sdk.Sfc.Dependency
The Dependency object at the specified index.

См. также

Справочник

DependencyChainCollection Класс

Пространство имен Microsoft.SqlServer.Management.Sdk.Sfc