Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Indicates whether the reader selects the next sibling of the current element. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Shared Function SelectNextSibling ( _
reader As XmlTextReader _
) As Boolean
'Применение
Dim reader As XmlTextReader
Dim returnValue As Boolean
returnValue = XmlUtility.SelectNextSibling(reader)
public static bool SelectNextSibling(
XmlTextReader reader
)
public:
static bool SelectNextSibling(
XmlTextReader^ reader
)
static member SelectNextSibling :
reader:XmlTextReader -> bool
public static function SelectNextSibling(
reader : XmlTextReader
) : boolean
Параметры
- reader
Тип: System.Xml.XmlTextReader
The text reader to use.
Возвращаемое значение
Тип: System.Boolean
true if the reader selects the next sibling of the current element; otherwise, false.