Свойство ConditionedSqlList.Item
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Gets the ConditionedSql 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 ( _
i As Integer _
) As ConditionedSql
Get
'Применение
Dim instance As ConditionedSqlList
Dim i As Integer
Dim value As ConditionedSql
value = instance(i)
public ConditionedSql this[
int i
] { get; }
public:
property ConditionedSql^ default[int i] {
ConditionedSql^ get (int i);
}
member Item : ConditionedSql
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- i
Тип: System.Int32
The zero-based index of the object to get.
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.ConditionedSql
The ConditionedSql object at the specified index.