Свойство XPathExpression.Item
Gets the tree for the level given by the index. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Default Property Item ( _
index As Integer _
) As XPathExpressionBlock
Get
'Применение
Dim instance As XPathExpression
Dim index As Integer
Dim value As XPathExpressionBlock
value = instance(index)
public virtual XPathExpressionBlock this[
int index
] { get; }
public:
virtual property XPathExpressionBlock^ default[int index] {
XPathExpressionBlock^ get (int index);
}
abstract Item : XPathExpressionBlock
override Item : XPathExpressionBlock
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System.Int32
An Int32 that specifies the index.
Значение свойства
Тип: Microsoft.SqlServer.Management.Sdk.Sfc.XPathExpressionBlock
The tree for the level given by the index.