Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Returns the Xpath expression block with the specified index value.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)
Синтаксис
'Декларация
Public Overridable ReadOnly Default Property Item ( _
index As Integer _
) As XPathExpressionBlock
public virtual XPathExpressionBlock this [
int index
] { get; }
public:
virtual property XPathExpressionBlock^ default [int] {
XPathExpressionBlock^ get (int index);
}
/** @property */
public XPathExpressionBlock get_Item (int index)
Параметры
- index
An Int32 value that specifies the index position of the Xpath expression block.
Значение свойства
An XPathExpressionBlock object value that specifies the Xpath expression block.
Замечания
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Пример
How to: Get and Set a Property in Visual Basic .NET
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
XPathExpression Class
XPathExpression Members
Microsoft.SqlServer.Management.Smo Namespace