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


Метод SelectNextElementOnLevel

Indicates whether the reader selects the next element on the same level. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.

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

Синтаксис

'Декларация
Public Shared Function SelectNextElementOnLevel ( _
    reader As XmlTextReader _
) As Boolean
'Применение
Dim reader As XmlTextReader
Dim returnValue As Boolean

returnValue = XmlUtility.SelectNextElementOnLevel(reader)
public static bool SelectNextElementOnLevel(
    XmlTextReader reader
)
public:
static bool SelectNextElementOnLevel(
    XmlTextReader^ reader
)
static member SelectNextElementOnLevel : 
        reader:XmlTextReader -> bool 
public static function SelectNextElementOnLevel(
    reader : XmlTextReader
) : boolean

Параметры

Возвращаемое значение

Тип: System. . :: . .Boolean
true if the reader selects the next element on the same level; otherwise, false.